Html Css Color HEX #7589BD Wild Blue Yonder

📋 copy color: '#7589BD'

red 117 ◦ green 137 ◦ blue 189

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

Shades of Wild Blue Yonder #7589BD

Tints of Wild Blue Yonder #7589BD

RGB

 RED value IS 117 (46.09% from 255) = 26.41%

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

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

R = 26.41%
G = 30.93%
B = 42.66%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7589BD (or 0x7589BD) is known color: Wild Blue Yonder. HEX triplet: 75, 89 and BD. RGB value is (117,137,189). Sum of RGB (Red+Green+Blue) = 117+137+189=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #7589BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7589BD is #8A7642. Grayscale: #888888. Windows color (decimal): -9074243 or 12421493. OLE color: 12421493.

HSL color Cylindrical-coordinate representation of color #7589BD: hue angle of 223.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7589BD is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 137 189 -
CMYK 0.38 0.28 0 0.26
HSL 223.33º 0.35% 0.6% -
HSV(B) 223.33º 0.38% 0.74% -
XYZ 25.47 25.35 51.69 -
YUV 136.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 117 137 189 0.38 0.28 0 0.26 223.33 0.35 0.6
Hex 75 89 BD 26 1C 0 1A DF 23 3C
Octal 165 211 275 46 34 0 32 337 43 74
Binary 1110101 10001001 10111101 100110 11100 0 11010 11011111 100011 111100

Color Harmonies of #7589BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7589BD

Black with #7589BD

Text Example


Text Example

White with #7589BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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