#7081B5

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

Shades of Wild Blue Yonder #7081B5

Tints of Wild Blue Yonder #7081B5

Color information

#7081B5 (or 0x7081B5) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 81 and B5. RGB value is (112,129,181). Sum of RGB (Red+Green+Blue) = 112+129+181=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #7081B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7081B5 is #8F7E4A. Grayscale: #818181. Windows color (decimal): -9403979 or 11895152. OLE color: 11895152.

HSL color Cylindrical-coordinate representation of color #7081B5: hue angle of 225.22º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7081B5 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112129181-
CMYK0.380.2900.29
HSL225.22º31.8%57.45%-
HSV(B)225.22º38.12%70.98%-
XYZ22.8722.4846.85-
YUV129.84156.87115.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.54%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 181 (71.09% from 255) = 42.89%
R=26.54%
G=30.57%
B=42.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121291810.380.2900.29225.2231.857.45
Hex7081B5261D01De12039
Octal16020126546350353414071
Binary111000010000001101101011001101110101110111100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7081B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7081B5; }

 p { color: rgb(112,129,181); }

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

<style>
 a { background-color: #7081B5; }

 a { background-color: rgb(112,129,181); }

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

<style>
 span { border-color: #7081B5; }

 span { border-color: rgb(112,129,181); }

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