Html Css Color HEX #7598BE Wild Blue Yonder

📋 copy color: '#7598BE'

red 117 ◦ green 152 ◦ blue 190

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

Shades of Wild Blue Yonder #7598BE

Tints of Wild Blue Yonder #7598BE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.12%

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

R = 25.49%
G = 33.12%
B = 41.39%

CMYK

 C value IS 0.38

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7598BE (or 0x7598BE) is known color: Wild Blue Yonder. HEX triplet: 75, 98 and BE. RGB value is (117,152,190). Sum of RGB (Red+Green+Blue) = 117+152+190=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #7598BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7598BE is #8A6741. Grayscale: #919191. Windows color (decimal): -9070402 or 12490869. OLE color: 12490869.

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

Color convert

RGB 117 152 190 -
CMYK 0.38 0.2 0 0.25
HSL 211.23º 0.36% 0.6% -
HSV(B) 211.23º 0.38% 0.75% -
XYZ 27.86 29.96 53.03 -
YUV 145.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 117 152 190 0.38 0.2 0 0.25 211.23 0.36 0.6
Hex 75 98 BE 26 14 0 19 D3 24 3C
Octal 165 230 276 46 24 0 31 323 44 74
Binary 1110101 10011000 10111110 100110 10100 0 11001 11010011 100100 111100

Color Harmonies of #7598BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7598BE

Black with #7598BE

Text Example


Text Example

White with #7598BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,152,190); }

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

background-color css

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

 a { background-color: rgb(117,152,190); }

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

border-color css

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

 span { border-color: rgb(117,152,190); }

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