Html Css Color HEX #7594BC Wild Blue Yonder

📋 copy color: '#7594BC'

red 117 ◦ green 148 ◦ blue 188

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

Shades of Wild Blue Yonder #7594BC

Tints of Wild Blue Yonder #7594BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 25.83%
G = 32.67%
B = 41.5%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7594BC (or 0x7594BC) is known color: Wild Blue Yonder. HEX triplet: 75, 94 and BC. RGB value is (117,148,188). Sum of RGB (Red+Green+Blue) = 117+148+188=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #7594BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594BC is #8A6B43. Grayscale: #8F8F8F. Windows color (decimal): -9071428 or 12358773. OLE color: 12358773.

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

Color convert

RGB 117 148 188 -
CMYK 0.38 0.21 0 0.26
HSL 213.8º 0.35% 0.6% -
HSV(B) 213.8º 0.38% 0.74% -
XYZ 27 28.59 51.67 -
YUV 143.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 117 148 188 0.38 0.21 0 0.26 213.8 0.35 0.6
Hex 75 94 BC 26 15 0 1A D6 23 3C
Octal 165 224 274 46 25 0 32 326 43 74
Binary 1110101 10010100 10111100 100110 10101 0 11010 11010110 100011 111100

Color Harmonies of #7594BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7594BC

Black with #7594BC

Text Example


Text Example

White with #7594BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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