#7080BC

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

Shades of Wild Blue Yonder #7080BC

Tints of Wild Blue Yonder #7080BC

Color information

#7080BC (or 0x7080BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 80 and BC. RGB value is (112,128,188). Sum of RGB (Red+Green+Blue) = 112+128+188=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #7080BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7080BC is #8F7F43. Grayscale: #818181. Windows color (decimal): -9404228 or 12353648. OLE color: 12353648.

HSL color Cylindrical-coordinate representation of color #7080BC: hue angle of 227.37º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7080BC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112128188-
CMYK0.400.3200.26
HSL227.37º36.19%58.82%-
HSV(B)227.37º40.43%73.73%-
XYZ23.4822.5150.69-
YUV130.06160.7115.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=26.17%
G=29.91%
B=43.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121281880.400.3200.26227.3736.1958.82
Hex7080BC282001Ae3243b
Octal16020027450400323434473
Binary1110000100000001011110010100010000001101011100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7080BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7080BC; }

 p { color: rgb(112,128,188); }

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

<style>
 a { background-color: #7080BC; }

 a { background-color: rgb(112,128,188); }

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

<style>
 span { border-color: #7080BC; }

 span { border-color: rgb(112,128,188); }

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