#7081CF

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

Shades of Wild Blue Yonder #7081CF

Tints of Wild Blue Yonder #7081CF

Color information

#7081CF (or 0x7081CF) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 81 and CF. RGB value is (112,129,207). Sum of RGB (Red+Green+Blue) = 112+129+207=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #7081CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7081CF is #8F7E30. Grayscale: #848484. Windows color (decimal): -9403953 or 13599088. OLE color: 13599088.

HSL color Cylindrical-coordinate representation of color #7081CF: hue angle of 229.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7081CF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112129207-
CMYK0.460.3800.19
HSL229.26º49.74%62.55%-
HSV(B)229.26º45.89%81.18%-
XYZ25.7923.6562.24-
YUV132.81169.87113.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=25%
G=28.79%
B=46.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121292070.460.3800.19229.2649.7462.55
Hex7081CF2E26013e5323f
Octal16020131756460233456277
Binary1110000100000011100111110111010011001001111100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7081CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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