#7190CC

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

Shades of Wild Blue Yonder #7190CC

Tints of Wild Blue Yonder #7190CC

Color information

#7190CC (or 0x7190CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 90 and CC. RGB value is (113,144,204). Sum of RGB (Red+Green+Blue) = 113+144+204=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #7190CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7190CC is #8E6F33. Grayscale: #8D8D8D. Windows color (decimal): -9334580 or 13406321. OLE color: 13406321.

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

Color convert

RGB113144204-
CMYK0.450.2900.2
HSL219.56º47.15%62.16%-
HSV(B)219.56º44.61%80%-
XYZ27.6827.8261.04-
YUV141.57163.23107.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.51%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=24.51%
G=31.24%
B=44.25%

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
Decimal1131442040.450.2900.2219.5647.1562.16
Hex7190CC2D1D014dc2f3e
Octal16122031455350243345776
Binary111000110010000110011001011011110101010011011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7190CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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