#8B92CD

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

Shades of Portage #8B92CD

Tints of Portage #8B92CD

Color information

#8B92CD (or 0x8B92CD) is unknown color: approx Portage. HEX triplet: 8B, 92 and CD. RGB value is (139,146,205). Sum of RGB (Red+Green+Blue) = 139+146+205=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B92CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B92CD is #746D32. Grayscale: #969696. Windows color (decimal): -7630131 or 13472395. OLE color: 13472395.

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

Color convert

RGB139146205-
CMYK0.320.2900.20
HSL233.64º39.76%67.45%-
HSV(B)233.64º32.2%80.39%-
XYZ31.9530.4561.95-
YUV150.63158.68119.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.37%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=28.37%
G=29.80%
B=41.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391462050.320.2900.20233.6439.7667.45
Hex8B92CD201D014ea2843
Octal213222315403502435250103
Binary10001011100100101100110110000011101010100111010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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