Html Css Color HEX #7289BD Wild Blue Yonder

📋 copy color: '#7289BD'

red 114 ◦ green 137 ◦ blue 189

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

Shades of Wild Blue Yonder #7289BD

Tints of Wild Blue Yonder #7289BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 25.91%
G = 31.14%
B = 42.95%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7289BD (or 0x7289BD) is known color: Wild Blue Yonder. HEX triplet: 72, 89 and BD. RGB value is (114,137,189). Sum of RGB (Red+Green+Blue) = 114+137+189=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #7289BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289BD is #8D7642. Grayscale: #878787. Windows color (decimal): -9270851 or 12421490. OLE color: 12421490.

HSL color Cylindrical-coordinate representation of color #7289BD: hue angle of 221.6º 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 #7289BD is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 137 189 -
CMYK 0.40 0.28 0 0.26
HSL 221.6º 0.36% 0.59% -
HSV(B) 221.6º 0.4% 0.74% -
XYZ 25.07 25.14 51.68 -
YUV 136.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 114 137 189 0.40 0.28 0 0.26 221.6 0.36 0.59
Hex 72 89 BD 28 1C 0 1A DE 24 3B
Octal 162 211 275 50 34 0 32 336 44 73
Binary 1110010 10001001 10111101 101000 11100 0 11010 11011110 100100 111011

Color Harmonies of #7289BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7289BD

Black with #7289BD

Text Example


Text Example

White with #7289BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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