#8B9CDC

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

Shades of Portage #8B9CDC

Tints of Portage #8B9CDC

Color information

#8B9CDC (or 0x8B9CDC) is unknown color: approx Portage. HEX triplet: 8B, 9C and DC. RGB value is (139,156,220). Sum of RGB (Red+Green+Blue) = 139+156+220=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CDC is #746323. Grayscale: #9D9D9D. Windows color (decimal): -7627556 or 14457995. OLE color: 14457995.

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

Color convert

RGB139156220-
CMYK0.370.2900.14
HSL227.41º53.64%70.39%-
HSV(B)227.41º36.82%86.27%-
XYZ35.4534.4372.49-
YUV158.21162.87114.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.99%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=26.99%
G=30.29%
B=42.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391562200.370.2900.14227.4153.6470.39
Hex8B9CDC251D0Ee33646
Octal213234334453501634366106
Binary1000101110011100110111001001011110101110111000111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,156,220); }

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

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

 a { background-color: rgb(139,156,220); }

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

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

 span { border-color: rgb(139,156,220); }

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