#7081CA

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

Shades of Wild Blue Yonder #7081CA

Tints of Wild Blue Yonder #7081CA

Color information

#7081CA (or 0x7081CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 81 and CA. RGB value is (112,129,202). Sum of RGB (Red+Green+Blue) = 112+129+202=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #7081CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7081CA is #8F7E35. Grayscale: #838383. Windows color (decimal): -9403958 or 13271408. OLE color: 13271408.

HSL color Cylindrical-coordinate representation of color #7081CA: hue angle of 228.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7081CA is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112129202-
CMYK0.450.3600.21
HSL228.67º45.92%61.57%-
HSV(B)228.67º44.55%79.22%-
XYZ25.1923.4159.07-
YUV132.24167.37113.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=25.28%
G=29.12%
B=45.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121292020.450.3600.21228.6745.9261.57
Hex7081CA2D24015e52e3e
Octal16020131255440253455676
Binary1110000100000011100101010110110010001010111100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7081CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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