Html Css Color HEX #7596CC Wild Blue Yonder

📋 copy color: '#7596CC'

red 117 ◦ green 150 ◦ blue 204

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

Shades of Wild Blue Yonder #7596CC

Tints of Wild Blue Yonder #7596CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.85%

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

R = 24.84%
G = 31.85%
B = 43.31%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7596CC (or 0x7596CC) is known color: Wild Blue Yonder. HEX triplet: 75, 96 and CC. RGB value is (117,150,204). Sum of RGB (Red+Green+Blue) = 117+150+204=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #7596CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596CC is #8A6933. Grayscale: #929292. Windows color (decimal): -9070900 or 13407861. OLE color: 13407861.

HSL color Cylindrical-coordinate representation of color #7596CC: hue angle of 217.24º 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 #7596CC is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 150 204 -
CMYK 0.43 0.26 0 0.2
HSL 217.24º 0.46% 0.63% -
HSV(B) 217.24º 0.43% 0.8% -
XYZ 29.14 29.95 61.37 -
YUV 146.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 117 150 204 0.43 0.26 0 0.2 217.24 0.46 0.63
Hex 75 96 CC 2B 1A 0 14 D9 2E 3F
Octal 165 226 314 53 32 0 24 331 56 77
Binary 1110101 10010110 11001100 101011 11010 0 10100 11011001 101110 111111

Color Harmonies of #7596CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7596CC

Black with #7596CC

Text Example


Text Example

White with #7596CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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