#8B90CD

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

Shades of Portage #8B90CD

Tints of Portage #8B90CD

Color information

#8B90CD (or 0x8B90CD) is unknown color: approx Portage. HEX triplet: 8B, 90 and CD. RGB value is (139,144,205). Sum of RGB (Red+Green+Blue) = 139+144+205=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B90CD is #746F32. Grayscale: #959595. Windows color (decimal): -7630643 or 13471883. OLE color: 13471883.

HSL color Cylindrical-coordinate representation of color #8B90CD: hue angle of 235.45º 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 #8B90CD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139144205-
CMYK0.320.3000.20
HSL235.45º39.76%67.45%-
HSV(B)235.45º32.2%80.39%-
XYZ31.6429.8461.85-
YUV149.46159.34120.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.48%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=28.48%
G=29.51%
B=42.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391442050.320.3000.20235.4539.7667.45
Hex8B90CD201E014eb2843
Octal213220315403602435350103
Binary10001011100100001100110110000011110010100111010111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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