#7197CA

Color #7197CA Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #7197CA

Tints of Danube #7197CA

Color information

#7197CA (or 0x7197CA) is unknown color: approx Danube. HEX triplet: 71, 97 and CA. RGB value is (113,151,202). Sum of RGB (Red+Green+Blue) = 113+151+202=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #7197CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7197CA is #8E6835. Grayscale: #919191. Windows color (decimal): -9332790 or 13277041. OLE color: 13277041.

HSL color Cylindrical-coordinate representation of color #7197CA: hue angle of 214.38º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7197CA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113151202-
CMYK0.440.2500.21
HSL214.38º45.64%61.76%-
HSV(B)214.38º44.06%79.22%-
XYZ28.5429.9160.15-
YUV145.45159.91104.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.25%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=24.25%
G=32.40%
B=43.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131512020.440.2500.21214.3845.6461.76
Hex7197CA2C19015d62e3e
Octal16122731254310253265676
Binary111000110010111110010101011001100101010111010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7197CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7197CA; }

 p { color: rgb(113,151,202); }

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

<style>
 a { background-color: #7197CA; }

 a { background-color: rgb(113,151,202); }

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

<style>
 span { border-color: #7197CA; }

 span { border-color: rgb(113,151,202); }

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