#95A2DC

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

Shades of Portage #95A2DC

Tints of Portage #95A2DC

Color information

#95A2DC (or 0x95A2DC) is unknown color: approx Portage. HEX triplet: 95, A2 and DC. RGB value is (149,162,220). Sum of RGB (Red+Green+Blue) = 149+162+220=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #95A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A2DC is #6A5D23. Grayscale: #A4A4A4. Windows color (decimal): -6970660 or 14459541. OLE color: 14459541.

HSL color Cylindrical-coordinate representation of color #95A2DC: hue angle of 229.01º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95A2DC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149162220-
CMYK0.320.2600.14
HSL229.01º50.35%72.35%-
HSV(B)229.01º32.27%86.27%-
XYZ38.2337.472.91-
YUV164.72159.19116.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.06%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=28.06%
G=30.51%
B=41.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491622200.320.2600.14229.0150.3572.35
Hex95A2DC201A0Ee53248
Octal225242334403201634562110
Binary1001010110100010110111001000001101001110111001011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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