#8B94CD

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

Shades of Portage #8B94CD

Tints of Portage #8B94CD

Color information

#8B94CD (or 0x8B94CD) is unknown color: approx Portage. HEX triplet: 8B, 94 and CD. RGB value is (139,148,205). Sum of RGB (Red+Green+Blue) = 139+148+205=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B94CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B94CD is #746B32. Grayscale: #979797. Windows color (decimal): -7629619 or 13472907. OLE color: 13472907.

HSL color Cylindrical-coordinate representation of color #8B94CD: hue angle of 231.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B94CD is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139148205-
CMYK0.320.2800.20
HSL231.82º39.76%67.45%-
HSV(B)231.82º32.2%80.39%-
XYZ32.2631.0862.06-
YUV151.81158.02118.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.25%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=28.25%
G=30.08%
B=41.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391482050.320.2800.20231.8239.7667.45
Hex8B94CD201C014e82843
Octal213224315403402435050103
Binary10001011100101001100110110000011100010100111010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B94CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,148,205); }

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

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

 a { background-color: rgb(139,148,205); }

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

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

 span { border-color: rgb(139,148,205); }

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