#8C91DD

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

Shades of Portage #8C91DD

Tints of Portage #8C91DD

Color information

#8C91DD (or 0x8C91DD) is unknown color: approx Portage. HEX triplet: 8C, 91 and DD. RGB value is (140,145,221). Sum of RGB (Red+Green+Blue) = 140+145+221=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C91DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C91DD is #736E22. Grayscale: #979797. Windows color (decimal): -7564835 or 14520716. OLE color: 14520716.

HSL color Cylindrical-coordinate representation of color #8C91DD: hue angle of 236.3º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C91DD is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140145221-
CMYK0.370.3400.13
HSL236.3º54.36%70.78%-
HSV(B)236.3º36.65%86.67%-
XYZ33.9931.0572.61-
YUV152.17166.84119.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.67%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=27.67%
G=28.66%
B=43.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401452210.370.3400.13236.354.3670.78
Hex8C91DD25220Dec3647
Octal214221335454201535466107
Binary10001100100100011101110110010110001001101111011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,145,221); }

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

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

 a { background-color: rgb(140,145,221); }

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

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

 span { border-color: rgb(140,145,221); }

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