#8792EE

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

Shades of Portage #8792EE

Tints of Portage #8792EE

Color information

#8792EE (or 0x8792EE) is unknown color: approx Portage. HEX triplet: 87, 92 and EE. RGB value is (135,146,238). Sum of RGB (Red+Green+Blue) = 135+146+238=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #8792EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8792EE is #786D11. Grayscale: #989898. Windows color (decimal): -7892242 or 15635079. OLE color: 15635079.

HSL color Cylindrical-coordinate representation of color #8792EE: hue angle of 233.59º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8792EE is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135146238-
CMYK0.430.3900.07
HSL233.59º75.18%73.14%-
HSV(B)233.59º43.28%93.33%-
XYZ35.731.8885.16-
YUV153.2175.86115.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 238 (93.36% from 255) = 45.86%
R=26.01%
G=28.13%
B=45.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351462380.430.3900.07233.5975.1873.14
Hex8792EE2B2707ea4b49
Octal207222356534707352113111
Binary10000111100100101110111010101110011101111110101010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8792EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8792EE; }

 p { color: rgb(135,146,238); }

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

<style>
 a { background-color: #8792EE; }

 a { background-color: rgb(135,146,238); }

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

<style>
 span { border-color: #8792EE; }

 span { border-color: rgb(135,146,238); }

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