#7090BD

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

Shades of Wild Blue Yonder #7090BD

Tints of Wild Blue Yonder #7090BD

Color information

#7090BD (or 0x7090BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 90 and BD. RGB value is (112,144,189). Sum of RGB (Red+Green+Blue) = 112+144+189=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #7090BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7090BD is #8F6F42. Grayscale: #8B8B8B. Windows color (decimal): -9400131 or 12423280. OLE color: 12423280.

HSL color Cylindrical-coordinate representation of color #7090BD: hue angle of 215.06º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7090BD is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112144189-
CMYK0.410.2400.26
HSL215.06º36.84%59.02%-
HSV(B)215.06º40.74%74.12%-
XYZ25.8427.0752.01-
YUV139.56155.9108.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 144 (56.64% from 255) = 32.36%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=25.17%
G=32.36%
B=42.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121441890.410.2400.26215.0636.8459.02
Hex7090BD291801Ad7253b
Octal16022027551300323274573
Binary111000010010000101111011010011100001101011010111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7090BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7090BD; }

 p { color: rgb(112,144,189); }

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

<style>
 a { background-color: #7090BD; }

 a { background-color: rgb(112,144,189); }

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

<style>
 span { border-color: #7090BD; }

 span { border-color: rgb(112,144,189); }

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