#95A0F7

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

Shades of Portage #95A0F7

Tints of Portage #95A0F7

Color information

#95A0F7 (or 0x95A0F7) is unknown color: approx Portage. HEX triplet: 95, A0 and F7. RGB value is (149,160,247). Sum of RGB (Red+Green+Blue) = 149+160+247=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #95A0F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A0F7 is #6A5F08. Grayscale: #A6A6A6. Windows color (decimal): -6971145 or 16228501. OLE color: 16228501.

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

Color convert

RGB149160247-
CMYK0.400.3500.03
HSL233.27º85.96%77.65%-
HSV(B)233.27º39.68%96.86%-
XYZ41.7538.2593.18-
YUV166.63173.36115.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 160 (62.89% from 255) = 28.78%
BLUE value IS 247 (96.88% from 255) = 44.42%
R=26.80%
G=28.78%
B=44.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1491602470.400.3500.03233.2785.9677.65
Hex95A0F7282303e9564e
Octal225240367504303351126116
Binary1001010110100000111101111010001000110111110100110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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