#97A0DC

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

Shades of Portage #97A0DC

Tints of Portage #97A0DC

Color information

#97A0DC (or 0x97A0DC) is unknown color: approx Portage. HEX triplet: 97, A0 and DC. RGB value is (151,160,220). Sum of RGB (Red+Green+Blue) = 151+160+220=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #97A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A0DC is #685F23. Grayscale: #A3A3A3. Windows color (decimal): -6840100 or 14459031. OLE color: 14459031.

HSL color Cylindrical-coordinate representation of color #97A0DC: hue angle of 232.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97A0DC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151160220-
CMYK0.310.2700.14
HSL232.17º49.64%72.75%-
HSV(B)232.17º31.36%86.27%-
XYZ38.2536.8972.81-
YUV164.15159.52118.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.44%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=28.44%
G=30.13%
B=41.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511602200.310.2700.14232.1749.6472.75
Hex97A0DC1F1B0Ee83249
Octal227240334373301635062111
Binary100101111010000011011100111111101101110111010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A0DC; }

 p { color: rgb(151,160,220); }

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

<style>
 a { background-color: #97A0DC; }

 a { background-color: rgb(151,160,220); }

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

<style>
 span { border-color: #97A0DC; }

 span { border-color: rgb(151,160,220); }

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