#96A1FA

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

Shades of Portage #96A1FA

Tints of Portage #96A1FA

Color information

#96A1FA (or 0x96A1FA) is unknown color: approx Portage. HEX triplet: 96, A1 and FA. RGB value is (150,161,250). Sum of RGB (Red+Green+Blue) = 150+161+250=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #96A1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A1FA is #695E05. Grayscale: #A7A7A7. Windows color (decimal): -6905350 or 16425366. OLE color: 16425366.

HSL color Cylindrical-coordinate representation of color #96A1FA: hue angle of 233.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96A1FA is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150161250-
CMYK0.40.3600.02
HSL233.4º90.91%78.43%-
HSV(B)233.4º40%98.04%-
XYZ42.5838.8895.7-
YUV167.86174.36115.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.74%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=26.74%
G=28.70%
B=44.56%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501612500.40.3600.02233.490.9178.43
Hex96A1FA282402e95b4e
Octal226241372504402351133116
Binary1001011010100001111110101010001001000101110100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A1FA; }

 p { color: rgb(150,161,250); }

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

<style>
 a { background-color: #96A1FA; }

 a { background-color: rgb(150,161,250); }

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

<style>
 span { border-color: #96A1FA; }

 span { border-color: rgb(150,161,250); }

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