Html Css Color HEX #7289BE Wild Blue Yonder

📋 copy color: '#7289BE'

red 114 ◦ green 137 ◦ blue 190

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

Shades of Wild Blue Yonder #7289BE

Tints of Wild Blue Yonder #7289BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 25.85%
G = 31.07%
B = 43.08%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7289BE (or 0x7289BE) is known color: Wild Blue Yonder. HEX triplet: 72, 89 and BE. RGB value is (114,137,190). Sum of RGB (Red+Green+Blue) = 114+137+190=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #7289BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289BE is #8D7641. Grayscale: #878787. Windows color (decimal): -9270850 or 12487026. OLE color: 12487026.

HSL color Cylindrical-coordinate representation of color #7289BE: hue angle of 221.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7289BE is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 137 190 -
CMYK 0.40 0.28 0 0.25
HSL 221.84º 0.37% 0.6% -
HSV(B) 221.84º 0.4% 0.75% -
XYZ 25.18 25.19 52.25 -
YUV 136.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 114 137 190 0.40 0.28 0 0.25 221.84 0.37 0.6
Hex 72 89 BE 28 1C 0 19 DE 25 3C
Octal 162 211 276 50 34 0 31 336 45 74
Binary 1110010 10001001 10111110 101000 11100 0 11001 11011110 100101 111100

Color Harmonies of #7289BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7289BE

Black with #7289BE

Text Example


Text Example

White with #7289BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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