#96A2F3

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

Shades of Portage #96A2F3

Tints of Portage #96A2F3

Color information

#96A2F3 (or 0x96A2F3) is unknown color: approx Portage. HEX triplet: 96, A2 and F3. RGB value is (150,162,243). Sum of RGB (Red+Green+Blue) = 150+162+243=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #96A2F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A2F3 is #695D0C. Grayscale: #A7A7A7. Windows color (decimal): -6905101 or 15966870. OLE color: 15966870.

HSL color Cylindrical-coordinate representation of color #96A2F3: hue angle of 232.26º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96A2F3 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150162243-
CMYK0.380.3300.05
HSL232.26º79.49%77.06%-
HSV(B)232.26º38.27%95.29%-
XYZ41.6838.890.09-
YUV167.65170.52115.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 162 (63.67% from 255) = 29.19%
BLUE value IS 243 (95.31% from 255) = 43.78%
R=27.03%
G=29.19%
B=43.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501622430.380.3300.05232.2679.4977.06
Hex96A2F3262105e84f4d
Octal226242363464105350117115
Binary10010110101000101111001110011010000101011110100010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,162,243); }

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

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

 a { background-color: rgb(150,162,243); }

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

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

 span { border-color: rgb(150,162,243); }

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