#7191CC

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

Shades of Wild Blue Yonder #7191CC

Tints of Wild Blue Yonder #7191CC

Color information

#7191CC (or 0x7191CC) is unknown color: approx 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

RGB113145204-
CMYK0.450.2900.2
HSL218.9º47.15%62.16%-
HSV(B)218.9º44.61%80%-
XYZ27.8328.1261.09-
YUV142.16162.9107.2-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1131452040.450.2900.2218.947.1562.16
Hex7191CC2D1D014db2f3e
Octal16122131455350243335776
Binary111000110010001110011001011011110101010011011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7191CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>