#95A2F7

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

Shades of Portage #95A2F7

Tints of Portage #95A2F7

Color information

#95A2F7 (or 0x95A2F7) is unknown color: approx Portage. HEX triplet: 95, A2 and F7. RGB value is (149,162,247). Sum of RGB (Red+Green+Blue) = 149+162+247=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #95A2F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A2F7 is #6A5D08. Grayscale: #A7A7A7. Windows color (decimal): -6970633 or 16229013. OLE color: 16229013.

HSL color Cylindrical-coordinate representation of color #95A2F7: hue angle of 232.04º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95A2F7 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB149162247-
CMYK0.400.3400.03
HSL232.04º85.96%77.65%-
HSV(B)232.04º39.68%96.86%-
XYZ42.138.9593.29-
YUV167.8172.69114.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.70%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 247 (96.88% from 255) = 44.27%
R=26.70%
G=29.03%
B=44.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1491622470.400.3400.03232.0485.9677.65
Hex95A2F7282203e8564e
Octal225242367504203350126116
Binary1001010110100010111101111010001000100111110100010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A2F7; }

 p { color: rgb(149,162,247); }

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

<style>
 a { background-color: #95A2F7; }

 a { background-color: rgb(149,162,247); }

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

<style>
 span { border-color: #95A2F7; }

 span { border-color: rgb(149,162,247); }

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