#7085B7

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

Shades of Wild Blue Yonder #7085B7

Tints of Wild Blue Yonder #7085B7

Color information

#7085B7 (or 0x7085B7) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 85 and B7. RGB value is (112,133,183). Sum of RGB (Red+Green+Blue) = 112+133+183=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #7085B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085B7 is #8F7A48. Grayscale: #848484. Windows color (decimal): -9402953 or 12027248. OLE color: 12027248.

HSL color Cylindrical-coordinate representation of color #7085B7: hue angle of 222.25º degrees, saturation: 0.33, 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 #7085B7 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB112133183-
CMYK0.390.2700.28
HSL222.25º33.02%57.84%-
HSV(B)222.25º38.8%71.76%-
XYZ23.6223.6448.12-
YUV132.42156.54113.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 183 (71.88% from 255) = 42.76%
R=26.17%
G=31.07%
B=42.76%

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
Decimal1121331830.390.2700.28222.2533.0257.84
Hex7085B7271B01Cde213a
Octal16020526747330343364172
Binary111000010000101101101111001111101101110011011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7085B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7085B7; }

 p { color: rgb(112,133,183); }

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

<style>
 a { background-color: #7085B7; }

 a { background-color: rgb(112,133,183); }

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

<style>
 span { border-color: #7085B7; }

 span { border-color: rgb(112,133,183); }

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