Html Css Color HEX #7592BE Wild Blue Yonder

📋 copy color: '#7592BE'

red 117 ◦ green 146 ◦ blue 190

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

Shades of Wild Blue Yonder #7592BE

Tints of Wild Blue Yonder #7592BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.23%

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

R = 25.83%
G = 32.23%
B = 41.94%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7592BE (or 0x7592BE) is known color: Wild Blue Yonder. HEX triplet: 75, 92 and BE. RGB value is (117,146,190). Sum of RGB (Red+Green+Blue) = 117+146+190=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #7592BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592BE is #8A6D41. Grayscale: #8E8E8E. Windows color (decimal): -9071938 or 12489333. OLE color: 12489333.

HSL color Cylindrical-coordinate representation of color #7592BE: hue angle of 216.16º 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 #7592BE is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 146 190 -
CMYK 0.38 0.23 0 0.25
HSL 216.16º 0.36% 0.6% -
HSV(B) 216.16º 0.38% 0.75% -
XYZ 26.91 28.06 52.71 -
YUV 142.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 117 146 190 0.38 0.23 0 0.25 216.16 0.36 0.6
Hex 75 92 BE 26 17 0 19 D8 24 3C
Octal 165 222 276 46 27 0 31 330 44 74
Binary 1110101 10010010 10111110 100110 10111 0 11001 11011000 100100 111100

Color Harmonies of #7592BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7592BE

Black with #7592BE

Text Example


Text Example

White with #7592BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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