Html Css Color HEX #7549CA Slate Blue

📋 copy color: '#7549CA'

red 117 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #7549CA

Tints of Slate Blue #7549CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.53%

R = 29.85%
G = 18.62%
B = 51.53%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7549CA (or 0x7549CA) is known color: Slate Blue. HEX triplet: 75, 49 and CA. RGB value is (117,73,202). Sum of RGB (Red+Green+Blue) = 117+73+202=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #7549CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7549CA is #8AB635. Grayscale: #646464. Windows color (decimal): -9090614 or 13257077. OLE color: 13257077.

HSL color Cylindrical-coordinate representation of color #7549CA: hue angle of 260.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7549CA is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 73 202 -
CMYK 0.42 0.64 0 0.21
HSL 260.47º 0.55% 0.54% -
HSV(B) 260.47º 0.64% 0.79% -
XYZ 20.38 12.81 57.28 -
YUV 100.86 185.08 139.51 -
System Red Green Blue C M Y K H S L
Decimal 117 73 202 0.42 0.64 0 0.21 260.47 0.55 0.54
Hex 75 49 CA 2A 40 0 15 104 37 36
Octal 165 111 312 52 100 0 25 404 67 66
Binary 1110101 1001001 11001010 101010 1000000 0 10101 100000100 110111 110110

Color Harmonies of #7549CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7549CA

Black with #7549CA

Text Example


Text Example

White with #7549CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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