Html Css Color HEX #7089BA Wild Blue Yonder

📋 copy color: '#7089BA'

red 112 ◦ green 137 ◦ blue 186

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

Shades of Wild Blue Yonder #7089BA

Tints of Wild Blue Yonder #7089BA

RGB

 RED value IS 112 (44.14% from 255) = 25.75%

 GREEN value IS 137 (53.91% from 255) = 31.49%

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 25.75%
G = 31.49%
B = 42.76%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7089BA (or 0x7089BA) is known color: Wild Blue Yonder. HEX triplet: 70, 89 and BA. RGB value is (112,137,186). Sum of RGB (Red+Green+Blue) = 112+137+186=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #7089BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7089BA is #8F7645. Grayscale: #868686. Windows color (decimal): -9401926 or 12224880. OLE color: 12224880.

HSL color Cylindrical-coordinate representation of color #7089BA: hue angle of 219.73º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7089BA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 137 186 -
CMYK 0.40 0.26 0 0.27
HSL 219.73º 0.35% 0.58% -
HSV(B) 219.73º 0.4% 0.73% -
XYZ 24.49 24.88 49.97 -
YUV 135.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 112 137 186 0.40 0.26 0 0.27 219.73 0.35 0.58
Hex 70 89 BA 28 1A 0 1B DC 23 3A
Octal 160 211 272 50 32 0 33 334 43 72
Binary 1110000 10001001 10111010 101000 11010 0 11011 11011100 100011 111010

Color Harmonies of #7089BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7089BA

Black with #7089BA

Text Example


Text Example

White with #7089BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7089BA; }

 p { color: rgb(112,137,186); }

 H1.HeaderClassName
 {
   color: #7089BA;
 }
 .AnyTagClassName
 {
   color: #7089BA;
 }
</style>

background-color css

<style>
 a { background-color: #7089BA; }

 a { background-color: rgb(112,137,186); }

 div.DivClassName
 {
   background-color: #7089BA;
 }
 .BgClassName
 {
   background-color: #7089BA;
 }
</style>

border-color css

<style>
 span { border-color: #7089BA; }

 span { border-color: rgb(112,137,186); }

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