Html Css Color HEX #7592C8 Wild Blue Yonder

📋 copy color: '#7592C8'

red 117 ◦ green 146 ◦ blue 200

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

Shades of Wild Blue Yonder #7592C8

Tints of Wild Blue Yonder #7592C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.2%

R = 25.27%
G = 31.53%
B = 43.2%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7592C8 (or 0x7592C8) is known color: Wild Blue Yonder. HEX triplet: 75, 92 and C8. RGB value is (117,146,200). Sum of RGB (Red+Green+Blue) = 117+146+200=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #7592C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592C8 is #8A6D37. Grayscale: #8F8F8F. Windows color (decimal): -9071928 or 13144693. OLE color: 13144693.

HSL color Cylindrical-coordinate representation of color #7592C8: hue angle of 219.04º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7592C8 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 146 200 -
CMYK 0.42 0.27 0 0.22
HSL 219.04º 0.43% 0.62% -
HSV(B) 219.04º 0.42% 0.78% -
XYZ 28.04 28.51 58.67 -
YUV 143.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 117 146 200 0.42 0.27 0 0.22 219.04 0.43 0.62
Hex 75 92 C8 2A 1B 0 16 DB 2B 3E
Octal 165 222 310 52 33 0 26 333 53 76
Binary 1110101 10010010 11001000 101010 11011 0 10110 11011011 101011 111110

Color Harmonies of #7592C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7592C8

Black with #7592C8

Text Example


Text Example

White with #7592C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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