#8B8FCE

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

Shades of Portage #8B8FCE

Tints of Portage #8B8FCE

Color information

#8B8FCE (or 0x8B8FCE) is unknown color: approx Portage. HEX triplet: 8B, 8F and CE. RGB value is (139,143,206). Sum of RGB (Red+Green+Blue) = 139+143+206=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B8FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8FCE is #747031. Grayscale: #949494. Windows color (decimal): -7630898 or 13537163. OLE color: 13537163.

HSL color Cylindrical-coordinate representation of color #8B8FCE: hue angle of 236.42º 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 #8B8FCE is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139143206-
CMYK0.330.3100.19
HSL236.42º40.61%67.65%-
HSV(B)236.42º32.52%80.78%-
XYZ31.6129.5962.44-
YUV148.99160.17120.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.48%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=28.48%
G=29.30%
B=42.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391432060.330.3100.19236.4240.6167.65
Hex8B8FCE211F013ec2944
Octal213217316413702335451104
Binary10001011100011111100111010000111111010011111011001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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