#95A0EB

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

Shades of Portage #95A0EB

Tints of Portage #95A0EB

Color information

#95A0EB (or 0x95A0EB) is unknown color: approx Portage. HEX triplet: 95, A0 and EB. RGB value is (149,160,235). Sum of RGB (Red+Green+Blue) = 149+160+235=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #95A0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A0EB is #6A5F14. Grayscale: #A4A4A4. Windows color (decimal): -6971157 or 15442069. OLE color: 15442069.

HSL color Cylindrical-coordinate representation of color #95A0EB: hue angle of 232.33º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95A0EB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149160235-
CMYK0.370.3200.08
HSL232.33º68.25%75.29%-
HSV(B)232.33º36.6%92.16%-
XYZ39.9637.5383.74-
YUV165.26167.36116.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.39%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=27.39%
G=29.41%
B=43.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491602350.370.3200.08232.3368.2575.29
Hex95A0EB252008e8444b
Octal2252403534540010350104113
Binary100101011010000011101011100101100000010001110100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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