Html Css Color HEX #7195CE Danube

📋 copy color: '#7195CE'

red 113 ◦ green 149 ◦ blue 206

#7195CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #7195CE

Tints of Danube #7195CE

RGB

 RED value IS 113 (44.53% from 255) = 24.15%

 GREEN value IS 149 (58.59% from 255) = 31.84%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 24.15%
G = 31.84%
B = 44.02%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7195CE (or 0x7195CE) is known color: Danube. HEX triplet: 71, 95 and CE. RGB value is (113,149,206). Sum of RGB (Red+Green+Blue) = 113+149+206=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #7195CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7195CE is #8E6A31. Grayscale: #909090. Windows color (decimal): -9333298 or 13538673. OLE color: 13538673.

HSL color Cylindrical-coordinate representation of color #7195CE: hue angle of 216.77º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7195CE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 149 206 -
CMYK 0.45 0.28 0 0.19
HSL 216.77º 0.49% 0.63% -
HSV(B) 216.77º 0.45% 0.81% -
XYZ 28.7 29.46 62.57 -
YUV 144.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 113 149 206 0.45 0.28 0 0.19 216.77 0.49 0.63
Hex 71 95 CE 2D 1C 0 13 D9 31 3F
Octal 161 225 316 55 34 0 23 331 61 77
Binary 1110001 10010101 11001110 101101 11100 0 10011 11011001 110001 111111

Color Harmonies of #7195CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7195CE

Black with #7195CE

Text Example


Text Example

White with #7195CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7195CE;
 }
 .AnyTagClassName
 {
   color: #7195CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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