Html Css Color HEX #7549CC Slate Blue

📋 copy color: '#7549CC'

red 117 ◦ green 73 ◦ blue 204

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

Shades of Slate Blue #7549CC

Tints of Slate Blue #7549CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

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

R = 29.7%
G = 18.53%
B = 51.78%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7549CC (or 0x7549CC) is known color: Slate Blue. HEX triplet: 75, 49 and CC. RGB value is (117,73,204). Sum of RGB (Red+Green+Blue) = 117+73+204=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #7549CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7549CC is #8AB633. Grayscale: #646464. Windows color (decimal): -9090612 or 13388149. OLE color: 13388149.

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

Color convert

RGB 117 73 204 -
CMYK 0.43 0.64 0 0.2
HSL 260.15º 0.56% 0.54% -
HSV(B) 260.15º 0.64% 0.8% -
XYZ 20.62 12.91 58.53 -
YUV 101.09 186.08 139.35 -
System Red Green Blue C M Y K H S L
Decimal 117 73 204 0.43 0.64 0 0.2 260.15 0.56 0.54
Hex 75 49 CC 2B 40 0 14 104 38 36
Octal 165 111 314 53 100 0 24 404 70 66
Binary 1110101 1001001 11001100 101011 1000000 0 10100 100000100 111000 110110

Color Harmonies of #7549CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7549CC

Black with #7549CC

Text Example


Text Example

White with #7549CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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