#7090BE

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

Shades of Wild Blue Yonder #7090BE

Tints of Wild Blue Yonder #7090BE

Color information

#7090BE (or 0x7090BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 90 and BE. RGB value is (112,144,190). Sum of RGB (Red+Green+Blue) = 112+144+190=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #7090BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7090BE is #8F6F41. Grayscale: #8B8B8B. Windows color (decimal): -9400130 or 12488816. OLE color: 12488816.

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

Color convert

RGB112144190-
CMYK0.410.2400.25
HSL215.38º37.5%59.22%-
HSV(B)215.38º41.05%74.51%-
XYZ25.9527.1152.58-
YUV139.68156.4108.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 144 (56.64% from 255) = 32.29%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=25.11%
G=32.29%
B=42.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121441900.410.2400.25215.3837.559.22
Hex7090BE2918019d7263b
Octal16022027651300313274673
Binary111000010010000101111101010011100001100111010111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7090BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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