Html Css Color HEX #7593CC Wild Blue Yonder

📋 copy color: '#7593CC'

red 117 ◦ green 147 ◦ blue 204

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

Shades of Wild Blue Yonder #7593CC

Tints of Wild Blue Yonder #7593CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.41%

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

R = 25%
G = 31.41%
B = 43.59%

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

#7593CC (or 0x7593CC) is known color: Wild Blue Yonder. HEX triplet: 75, 93 and CC. RGB value is (117,147,204). Sum of RGB (Red+Green+Blue) = 117+147+204=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #7593CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7593CC is #8A6C33. Grayscale: #909090. Windows color (decimal): -9071668 or 13407093. OLE color: 13407093.

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

Color convert

RGB 117 147 204 -
CMYK 0.43 0.28 0 0.2
HSL 219.31º 0.46% 0.63% -
HSV(B) 219.31º 0.43% 0.8% -
XYZ 28.67 29.01 61.22 -
YUV 144.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 117 147 204 0.43 0.28 0 0.2 219.31 0.46 0.63
Hex 75 93 CC 2B 1C 0 14 DB 2E 3F
Octal 165 223 314 53 34 0 24 333 56 77
Binary 1110101 10010011 11001100 101011 11100 0 10100 11011011 101110 111111

Color Harmonies of #7593CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7593CC

Black with #7593CC

Text Example


Text Example

White with #7593CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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