Html Css Color HEX #7594BB Wild Blue Yonder

📋 copy color: '#7594BB'

red 117 ◦ green 148 ◦ blue 187

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

Shades of Wild Blue Yonder #7594BB

Tints of Wild Blue Yonder #7594BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 25.88%
G = 32.74%
B = 41.37%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7594BB (or 0x7594BB) is known color: Wild Blue Yonder. HEX triplet: 75, 94 and BB. RGB value is (117,148,187). Sum of RGB (Red+Green+Blue) = 117+148+187=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #7594BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594BB is #8A6B44. Grayscale: #8E8E8E. Windows color (decimal): -9071429 or 12293237. OLE color: 12293237.

HSL color Cylindrical-coordinate representation of color #7594BB: hue angle of 213.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7594BB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 148 187 -
CMYK 0.37 0.21 0 0.27
HSL 213.43º 0.34% 0.6% -
HSV(B) 213.43º 0.37% 0.73% -
XYZ 26.9 28.55 51.11 -
YUV 143.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 117 148 187 0.37 0.21 0 0.27 213.43 0.34 0.6
Hex 75 94 BB 25 15 0 1B D5 22 3C
Octal 165 224 273 45 25 0 33 325 42 74
Binary 1110101 10010100 10111011 100101 10101 0 11011 11010101 100010 111100

Color Harmonies of #7594BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7594BB

Black with #7594BB

Text Example


Text Example

White with #7594BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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