#8790CE

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

Shades of Portage #8790CE

Tints of Portage #8790CE

Color information

#8790CE (or 0x8790CE) is unknown color: approx Portage. HEX triplet: 87, 90 and CE. RGB value is (135,144,206). Sum of RGB (Red+Green+Blue) = 135+144+206=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #8790CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8790CE is #786F31. Grayscale: #949494. Windows color (decimal): -7892786 or 13537415. OLE color: 13537415.

HSL color Cylindrical-coordinate representation of color #8790CE: hue angle of 232.39º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8790CE is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135144206-
CMYK0.340.3000.19
HSL232.39º42.01%66.86%-
HSV(B)232.39º34.47%80.78%-
XYZ31.1129.5562.46-
YUV148.38160.52118.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.84%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=27.84%
G=29.69%
B=42.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351442060.340.3000.19232.3942.0166.86
Hex8790CE221E013e82a43
Octal207220316423602335052103
Binary10000111100100001100111010001011110010011111010001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8790CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8790CE; }

 p { color: rgb(135,144,206); }

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

<style>
 a { background-color: #8790CE; }

 a { background-color: rgb(135,144,206); }

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

<style>
 span { border-color: #8790CE; }

 span { border-color: rgb(135,144,206); }

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