#7195CD

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

Shades of Danube #7195CD

Tints of Danube #7195CD

Color information

#7195CD (or 0x7195CD) is unknown color: approx Danube. HEX triplet: 71, 95 and CD. RGB value is (113,149,205). Sum of RGB (Red+Green+Blue) = 113+149+205=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #7195CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7195CD is #8E6A32. Grayscale: #909090. Windows color (decimal): -9333299 or 13473137. OLE color: 13473137.

HSL color Cylindrical-coordinate representation of color #7195CD: hue angle of 216.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7195CD is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113149205-
CMYK0.450.2700.20
HSL216.52º47.92%62.35%-
HSV(B)216.52º44.88%80.39%-
XYZ28.5829.4161.93-
YUV144.62162.07105.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.20%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=24.20%
G=31.91%
B=43.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131492050.450.2700.20216.5247.9262.35
Hex7195CD2D1B014d9303e
Octal16122531555330243316076
Binary111000110010101110011011011011101101010011011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7195CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7195CD; }

 p { color: rgb(113,149,205); }

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

<style>
 a { background-color: #7195CD; }

 a { background-color: rgb(113,149,205); }

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

<style>
 span { border-color: #7195CD; }

 span { border-color: rgb(113,149,205); }

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