Html Css Color HEX #7289BA Wild Blue Yonder

📋 copy color: '#7289BA'

red 114 ◦ green 137 ◦ blue 186

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

Shades of Wild Blue Yonder #7289BA

Tints of Wild Blue Yonder #7289BA

RGB

 RED value IS 114 (44.92% from 255) = 26.09%

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

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

R = 26.09%
G = 31.35%
B = 42.56%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7289BA (or 0x7289BA) is known color: Wild Blue Yonder. HEX triplet: 72, 89 and BA. RGB value is (114,137,186). Sum of RGB (Red+Green+Blue) = 114+137+186=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7289BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289BA is #8D7645. Grayscale: #878787. Windows color (decimal): -9270854 or 12224882. OLE color: 12224882.

HSL color Cylindrical-coordinate representation of color #7289BA: hue angle of 220.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7289BA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 137 186 -
CMYK 0.39 0.26 0 0.27
HSL 220.83º 0.34% 0.59% -
HSV(B) 220.83º 0.39% 0.73% -
XYZ 24.75 25.01 49.98 -
YUV 135.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 114 137 186 0.39 0.26 0 0.27 220.83 0.34 0.59
Hex 72 89 BA 27 1A 0 1B DD 22 3B
Octal 162 211 272 47 32 0 33 335 42 73
Binary 1110010 10001001 10111010 100111 11010 0 11011 11011101 100010 111011

Color Harmonies of #7289BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7289BA

Black with #7289BA

Text Example


Text Example

White with #7289BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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