Html Css Color HEX #7191CC Wild Blue Yonder

📋 copy color: '#7191CC'

red 113 ◦ green 145 ◦ blue 204

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

Shades of Wild Blue Yonder #7191CC

Tints of Wild Blue Yonder #7191CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.39%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 24.46%
G = 31.39%
B = 44.16%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7191CC (or 0x7191CC) is known color: Wild Blue Yonder. HEX triplet: 71, 91 and CC. RGB value is (113,145,204). Sum of RGB (Red+Green+Blue) = 113+145+204=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #7191CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7191CC is #8E6E33. Grayscale: #8D8D8D. Windows color (decimal): -9334324 or 13406577. OLE color: 13406577.

HSL color Cylindrical-coordinate representation of color #7191CC: hue angle of 218.9º degrees, saturation: 0.47, 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 #7191CC is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 145 204 -
CMYK 0.45 0.29 0 0.2
HSL 218.9º 0.47% 0.62% -
HSV(B) 218.9º 0.45% 0.8% -
XYZ 27.83 28.12 61.09 -
YUV 142.16 162.9 107.2 -
System Red Green Blue C M Y K H S L
Decimal 113 145 204 0.45 0.29 0 0.2 218.9 0.47 0.62
Hex 71 91 CC 2D 1D 0 14 DB 2F 3E
Octal 161 221 314 55 35 0 24 333 57 76
Binary 1110001 10010001 11001100 101101 11101 0 10100 11011011 101111 111110

Color Harmonies of #7191CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7191CC

Black with #7191CC

Text Example


Text Example

White with #7191CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7191CC; }

 p { color: rgb(113,145,204); }

 H1.HeaderClassName
 {
   color: #7191CC;
 }
 .AnyTagClassName
 {
   color: #7191CC;
 }
</style>

background-color css

<style>
 a { background-color: #7191CC; }

 a { background-color: rgb(113,145,204); }

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

border-color css

<style>
 span { border-color: #7191CC; }

 span { border-color: rgb(113,145,204); }

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