#7087C9

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

Shades of Wild Blue Yonder #7087C9

Tints of Wild Blue Yonder #7087C9

Color information

#7087C9 (or 0x7087C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 87 and C9. RGB value is (112,135,201). Sum of RGB (Red+Green+Blue) = 112+135+201=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #7087C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087C9 is #8F7836. Grayscale: #878787. Windows color (decimal): -9402423 or 13207408. OLE color: 13207408.

HSL color Cylindrical-coordinate representation of color #7087C9: hue angle of 224.49º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7087C9 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112135201-
CMYK0.440.3300.21
HSL224.49º45.18%61.37%-
HSV(B)224.49º44.28%78.82%-
XYZ25.8924.9958.72-
YUV135.65164.88111.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 201 (78.91% from 255) = 44.87%
R=25%
G=30.13%
B=44.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121352010.440.3300.21224.4945.1861.37
Hex7087C92C21015e02d3d
Octal16020731154410253405575
Binary1110000100001111100100110110010000101010111100000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7087C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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