#7191CF

Color #7191CF Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7191CF

Tints of Wild Blue Yonder #7191CF

Color information

#7191CF (or 0x7191CF) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 91 and CF. RGB value is (113,145,207). Sum of RGB (Red+Green+Blue) = 113+145+207=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #7191CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7191CF is #8E6E30. Grayscale: #8E8E8E. Windows color (decimal): -9334321 or 13603185. OLE color: 13603185.

HSL color Cylindrical-coordinate representation of color #7191CF: hue angle of 219.57º 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 #7191CF is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113145207-
CMYK0.450.3000.19
HSL219.57º49.47%62.75%-
HSV(B)219.57º45.41%81.18%-
XYZ28.228.2763-
YUV142.5164.4106.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.30%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=24.30%
G=31.18%
B=44.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131452070.450.3000.19219.5749.4762.75
Hex7191CF2D1E013dc313f
Octal16122131755360233346177
Binary111000110010001110011111011011111001001111011100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7191CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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