Html Css Color HEX #7594BD Wild Blue Yonder

📋 copy color: '#7594BD'

red 117 ◦ green 148 ◦ blue 189

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

Shades of Wild Blue Yonder #7594BD

Tints of Wild Blue Yonder #7594BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.6%

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

R = 25.77%
G = 32.6%
B = 41.63%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7594BD (or 0x7594BD) is known color: Wild Blue Yonder. HEX triplet: 75, 94 and BD. RGB value is (117,148,189). Sum of RGB (Red+Green+Blue) = 117+148+189=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #7594BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594BD is #8A6B42. Grayscale: #8F8F8F. Windows color (decimal): -9071427 or 12424309. OLE color: 12424309.

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

Color convert

RGB 117 148 189 -
CMYK 0.38 0.22 0 0.26
HSL 214.17º 0.35% 0.6% -
HSV(B) 214.17º 0.38% 0.74% -
XYZ 27.11 28.64 52.24 -
YUV 143.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 117 148 189 0.38 0.22 0 0.26 214.17 0.35 0.6
Hex 75 94 BD 26 16 0 1A D6 23 3C
Octal 165 224 275 46 26 0 32 326 43 74
Binary 1110101 10010100 10111101 100110 10110 0 11010 11010110 100011 111100

Color Harmonies of #7594BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7594BD

Black with #7594BD

Text Example


Text Example

White with #7594BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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