#7188CD

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

Shades of Wild Blue Yonder #7188CD

Tints of Wild Blue Yonder #7188CD

Color information

#7188CD (or 0x7188CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 88 and CD. RGB value is (113,136,205). Sum of RGB (Red+Green+Blue) = 113+136+205=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #7188CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7188CD is #8E7732. Grayscale: #888888. Windows color (decimal): -9336627 or 13469809. OLE color: 13469809.

HSL color Cylindrical-coordinate representation of color #7188CD: hue angle of 225º degrees, saturation: 0.48, 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 #7188CD is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113136205-
CMYK0.450.3400.20
HSL225º47.92%62.35%-
HSV(B)225º44.88%80.39%-
XYZ26.6325.5361.28-
YUV136.99166.38110.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.89%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=24.89%
G=29.96%
B=45.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131362050.450.3400.2022547.9262.35
Hex7188CD2D22014e1303e
Octal16121031555420243416076
Binary1110001100010001100110110110110001001010011100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7188CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7188CD; }

 p { color: rgb(113,136,205); }

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

<style>
 a { background-color: #7188CD; }

 a { background-color: rgb(113,136,205); }

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

<style>
 span { border-color: #7188CD; }

 span { border-color: rgb(113,136,205); }

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