Html Css Color HEX #7080BC Wild Blue Yonder

📋 copy color: '#7080BC'

red 112 ◦ green 128 ◦ blue 188

#7080BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7080BC

Tints of Wild Blue Yonder #7080BC

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 value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7080BC (or 0x7080BC) is known color: 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

RGB 112 128 188 -
CMYK 0.40 0.32 0 0.26
HSL 227.37º 0.36% 0.59% -
HSV(B) 227.37º 0.4% 0.74% -
XYZ 23.48 22.51 50.69 -
YUV 130.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 112 128 188 0.40 0.32 0 0.26 227.37 0.36 0.59
Hex 70 80 BC 28 20 0 1A E3 24 3B
Octal 160 200 274 50 40 0 32 343 44 73
Binary 1110000 10000000 10111100 101000 100000 0 11010 11100011 100100 111011

Color Harmonies of #7080BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7080BC

Black with #7080BC

Text Example


Text Example

White with #7080BC

Text Example


Text Example

HTML Codes & Css Web 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>