Html Css Color HEX #7592CC Wild Blue Yonder

📋 copy color: '#7592CC'

red 117 ◦ green 146 ◦ blue 204

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

Shades of Wild Blue Yonder #7592CC

Tints of Wild Blue Yonder #7592CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 25.05%
G = 31.26%
B = 43.68%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7592CC (or 0x7592CC) is known color: Wild Blue Yonder. HEX triplet: 75, 92 and CC. RGB value is (117,146,204). Sum of RGB (Red+Green+Blue) = 117+146+204=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #7592CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592CC is #8A6D33. Grayscale: #8F8F8F. Windows color (decimal): -9071924 or 13406837. OLE color: 13406837.

HSL color Cylindrical-coordinate representation of color #7592CC: hue angle of 220º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7592CC is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 146 204 -
CMYK 0.43 0.28 0 0.2
HSL 220º 0.46% 0.63% -
HSV(B) 220º 0.43% 0.8% -
XYZ 28.51 28.7 61.16 -
YUV 143.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 117 146 204 0.43 0.28 0 0.2 220 0.46 0.63
Hex 75 92 CC 2B 1C 0 14 DC 2E 3F
Octal 165 222 314 53 34 0 24 334 56 77
Binary 1110101 10010010 11001100 101011 11100 0 10100 11011100 101110 111111

Color Harmonies of #7592CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7592CC

Black with #7592CC

Text Example


Text Example

White with #7592CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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