#7087B8

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

Shades of Wild Blue Yonder #7087B8

Tints of Wild Blue Yonder #7087B8

Color information

#7087B8 (or 0x7087B8) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 87 and B8. RGB value is (112,135,184). Sum of RGB (Red+Green+Blue) = 112+135+184=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #7087B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087B8 is #8F7847. Grayscale: #858585. Windows color (decimal): -9402440 or 12093296. OLE color: 12093296.

HSL color Cylindrical-coordinate representation of color #7087B8: hue angle of 220.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7087B8 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB112135184-
CMYK0.390.2700.28
HSL220.83º33.64%58.04%-
HSV(B)220.83º39.13%72.16%-
XYZ2424.2348.76-
YUV133.71156.38112.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 184 (72.27% from 255) = 42.69%
R=25.99%
G=31.32%
B=42.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121351840.390.2700.28220.8333.6458.04
Hex7087B8271B01Cdd223a
Octal16020727047330343354272
Binary111000010000111101110001001111101101110011011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7087B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7087B8; }

 p { color: rgb(112,135,184); }

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

<style>
 a { background-color: #7087B8; }

 a { background-color: rgb(112,135,184); }

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

<style>
 span { border-color: #7087B8; }

 span { border-color: rgb(112,135,184); }

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