#8c90dc

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

Shades of Portage #8C90DC

Tints of Portage #8C90DC

Color information

#8C90DC (or 0x8C90DC) is unknown color: approx Portage. HEX triplet: 8C, 90 and DC. RGB value is (140,144,220). Sum of RGB (Red+Green+Blue) = 140+144+220=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C90DC is #736F23. Grayscale: #979797. Windows color (decimal): -7565092 or 14454924. OLE color: 14454924.

HSL color Cylindrical-coordinate representation of color #8C90DC: hue angle of 237º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C90DC is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140144220-
CMYK0.360.3500.14
HSL237º53.33%70.59%-
HSV(B)237º36.36%86.27%-
XYZ33.7130.6971.86-
YUV151.47166.67119.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=27.78%
G=28.57%
B=43.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401442200.360.3500.1423753.3370.59
Hex8C90DC24230Eed3547
Octal214220334444301635565107
Binary10001100100100001101110010010010001101110111011011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c90dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c90dc; }

 p { color: rgb(140,144,220); }

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

<style>
 a { background-color: #8c90dc; }

 a { background-color: rgb(140,144,220); }

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

<style>
 span { border-color: #8c90dc; }

 span { border-color: rgb(140,144,220); }

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