#949FF1

Color #949FF1 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #949FF1

Tints of Portage #949FF1

Color information

#949FF1 (or 0x949FF1) is unknown color: approx Portage. HEX triplet: 94, 9F and F1. RGB value is (148,159,241). Sum of RGB (Red+Green+Blue) = 148+159+241=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #949FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FF1 is #6B600E. Grayscale: #A4A4A4. Windows color (decimal): -7036943 or 15835028. OLE color: 15835028.

HSL color Cylindrical-coordinate representation of color #949FF1: hue angle of 232.9º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #949FF1 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148159241-
CMYK0.390.3400.05
HSL232.9º76.86%76.27%-
HSV(B)232.9º38.59%94.51%-
XYZ40.4937.4488.31-
YUV165.06170.86115.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 27.01%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 241 (94.53% from 255) = 43.98%
R=27.01%
G=29.01%
B=43.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481592410.390.3400.05232.976.8676.27
Hex949FF1272205e94d4c
Octal224237361474205351115114
Binary10010100100111111111000110011110001001011110100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949FF1; }

 p { color: rgb(148,159,241); }

 H1.HeaderClassName
 {
   color: #949FF1;
 }
 .AnyTagClassName
 {
   color: #949FF1;
 }
</style>
background-color css

<style>
 a { background-color: #949FF1; }

 a { background-color: rgb(148,159,241); }

 div.DivClassName
 {
   background-color: #949FF1;
 }
 .BgClassName
 {
   background-color: #949FF1;
 }
</style>
border-color css

<style>
 span { border-color: #949FF1; }

 span { border-color: rgb(148,159,241); }

 td.TdClassName
 {
   border-color: #949FF1;
 }
 .TagClassName
 {
   border-color: #949FF1;
 }
</style>