#8792DA

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

Shades of Portage #8792DA

Tints of Portage #8792DA

Color information

#8792DA (or 0x8792DA) is unknown color: approx Portage. HEX triplet: 87, 92 and DA. RGB value is (135,146,218). Sum of RGB (Red+Green+Blue) = 135+146+218=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #8792DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8792DA is #786D25. Grayscale: #969696. Windows color (decimal): -7892262 or 14324359. OLE color: 14324359.

HSL color Cylindrical-coordinate representation of color #8792DA: hue angle of 232.05º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8792DA is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135146218-
CMYK0.380.3300.15
HSL232.05º52.87%69.22%-
HSV(B)232.05º38.07%85.49%-
XYZ32.9330.7770.53-
YUV150.92165.86116.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=27.05%
G=29.26%
B=43.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351462180.380.3300.15232.0552.8769.22
Hex8792DA26210Fe83545
Octal207222332464101735065105
Binary10000111100100101101101010011010000101111111010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8792DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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