#8B92CA

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

Shades of Portage #8B92CA

Tints of Portage #8B92CA

Color information

#8B92CA (or 0x8B92CA) is unknown color: approx Portage. HEX triplet: 8B, 92 and CA. RGB value is (139,146,202). Sum of RGB (Red+Green+Blue) = 139+146+202=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B92CA is #746D35. Grayscale: #969696. Windows color (decimal): -7630134 or 13275787. OLE color: 13275787.

HSL color Cylindrical-coordinate representation of color #8B92CA: hue angle of 233.33º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B92CA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139146202-
CMYK0.310.2800.21
HSL233.33º37.28%66.86%-
HSV(B)233.33º31.19%79.22%-
XYZ31.5930.3160.06-
YUV150.29157.18119.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=28.54%
G=29.98%
B=41.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391462020.310.2800.21233.3337.2866.86
Hex8B92CA1F1C015e92543
Octal213222312373402535145103
Binary1000101110010010110010101111111100010101111010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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