Html Css Color HEX #7497BE Wild Blue Yonder

📋 copy color: '#7497BE'

red 116 ◦ green 151 ◦ blue 190

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

Shades of Wild Blue Yonder #7497BE

Tints of Wild Blue Yonder #7497BE

RGB

 RED value IS 116 (45.7% from 255) = 25.38%

 GREEN value IS 151 (59.38% from 255) = 33.04%

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

R = 25.38%
G = 33.04%
B = 41.58%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7497BE (or 0x7497BE) is known color: Wild Blue Yonder. HEX triplet: 74, 97 and BE. RGB value is (116,151,190). Sum of RGB (Red+Green+Blue) = 116+151+190=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #7497BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7497BE is #8B6841. Grayscale: #909090. Windows color (decimal): -9136194 or 12490612. OLE color: 12490612.

HSL color Cylindrical-coordinate representation of color #7497BE: hue angle of 211.62º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7497BE is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 151 190 -
CMYK 0.39 0.21 0 0.25
HSL 211.62º 0.36% 0.6% -
HSV(B) 211.62º 0.39% 0.75% -
XYZ 27.56 29.56 52.97 -
YUV 144.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 116 151 190 0.39 0.21 0 0.25 211.62 0.36 0.6
Hex 74 97 BE 27 15 0 19 D4 24 3C
Octal 164 227 276 47 25 0 31 324 44 74
Binary 1110100 10010111 10111110 100111 10101 0 11001 11010100 100100 111100

Color Harmonies of #7497BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7497BE

Black with #7497BE

Text Example


Text Example

White with #7497BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,151,190); }

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

background-color css

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

 a { background-color: rgb(116,151,190); }

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

border-color css

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

 span { border-color: rgb(116,151,190); }

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