#95A0FA

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

Shades of Portage #95A0FA

Tints of Portage #95A0FA

Color information

#95A0FA (or 0x95A0FA) is unknown color: approx Portage. HEX triplet: 95, A0 and FA. RGB value is (149,160,250). Sum of RGB (Red+Green+Blue) = 149+160+250=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #95A0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A0FA is #6A5F05. Grayscale: #A6A6A6. Windows color (decimal): -6971142 or 16425109. OLE color: 16425109.

HSL color Cylindrical-coordinate representation of color #95A0FA: hue angle of 233.47º 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 #95A0FA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149160250-
CMYK0.400.3600.02
HSL233.47º90.99%78.24%-
HSV(B)233.47º40.4%98.04%-
XYZ42.2238.4395.64-
YUV166.97174.86115.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.65%
GREEN value IS 160 (62.89% from 255) = 28.62%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=26.65%
G=28.62%
B=44.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491602500.400.3600.02233.4790.9978.24
Hex95A0FA282402e95b4e
Octal225240372504402351133116
Binary1001010110100000111110101010001001000101110100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,160,250); }

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

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

 a { background-color: rgb(149,160,250); }

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

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

 span { border-color: rgb(149,160,250); }

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