#8B94CE

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

Shades of Portage #8B94CE

Tints of Portage #8B94CE

Color information

#8B94CE (or 0x8B94CE) is unknown color: approx Portage. HEX triplet: 8B, 94 and CE. RGB value is (139,148,206). Sum of RGB (Red+Green+Blue) = 139+148+206=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B94CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B94CE is #746B31. Grayscale: #979797. Windows color (decimal): -7629618 or 13538443. OLE color: 13538443.

HSL color Cylindrical-coordinate representation of color #8B94CE: hue angle of 231.94º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B94CE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139148206-
CMYK0.330.2800.19
HSL231.94º40.61%67.65%-
HSV(B)231.94º32.52%80.78%-
XYZ32.3831.1362.69-
YUV151.92158.52118.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=28.19%
G=30.02%
B=41.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391482060.330.2800.19231.9440.6167.65
Hex8B94CE211C013e82944
Octal213224316413402335051104
Binary10001011100101001100111010000111100010011111010001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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