#9792E8

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

Shades of Portage #9792E8

Tints of Portage #9792E8

Color information

#9792E8 (or 0x9792E8) is unknown color: approx Portage. HEX triplet: 97, 92 and E8. RGB value is (151,146,232). Sum of RGB (Red+Green+Blue) = 151+146+232=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #9792E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9792E8 is #686D17. Grayscale: #9C9C9C. Windows color (decimal): -6843672 or 15241879. OLE color: 15241879.

HSL color Cylindrical-coordinate representation of color #9792E8: hue angle of 243.49º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9792E8 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB151146232-
CMYK0.350.3700.09
HSL243.49º65.15%74.12%-
HSV(B)243.49º37.07%90.98%-
XYZ37.6132.9680.72-
YUV157.3170.16123.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.54%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 232 (91.02% from 255) = 43.86%
R=28.54%
G=27.60%
B=43.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1511462320.350.3700.09243.4965.1574.12
Hex9792E8232509f3414a
Octal2272223504345011363101112
Binary100101111001001011101000100011100101010011111001110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9792E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9792E8; }

 p { color: rgb(151,146,232); }

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

<style>
 a { background-color: #9792E8; }

 a { background-color: rgb(151,146,232); }

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

<style>
 span { border-color: #9792E8; }

 span { border-color: rgb(151,146,232); }

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