#8995DC

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

Shades of Portage #8995DC

Tints of Portage #8995DC

Color information

#8995DC (or 0x8995DC) is unknown color: approx Portage. HEX triplet: 89, 95 and DC. RGB value is (137,149,220). Sum of RGB (Red+Green+Blue) = 137+149+220=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #8995DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995DC is #766A23. Grayscale: #999999. Windows color (decimal): -7760420 or 14456201. OLE color: 14456201.

HSL color Cylindrical-coordinate representation of color #8995DC: hue angle of 231.33º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8995DC is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137149220-
CMYK0.380.3200.14
HSL231.33º54.25%70%-
HSV(B)231.33º37.73%86.27%-
XYZ33.9831.9872.09-
YUV153.51165.52116.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.08%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=27.08%
G=29.45%
B=43.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371492200.380.3200.14231.3354.2570
Hex8995DC26200Ee73646
Octal211225334464001634766106
Binary10001001100101011101110010011010000001110111001111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8995DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8995DC; }

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

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

<style>
 a { background-color: #8995DC; }

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

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

<style>
 span { border-color: #8995DC; }

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

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