Html Css Color HEX #7547CA Slate Blue

📋 copy color: '#7547CA'

red 117 ◦ green 71 ◦ blue 202

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

Shades of Slate Blue #7547CA

Tints of Slate Blue #7547CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.21%

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

R = 30%
G = 18.21%
B = 51.79%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7547CA (or 0x7547CA) is known color: Slate Blue. HEX triplet: 75, 47 and CA. RGB value is (117,71,202). Sum of RGB (Red+Green+Blue) = 117+71+202=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #7547CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547CA is #8AB835. Grayscale: #636363. Windows color (decimal): -9091126 or 13256565. OLE color: 13256565.

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

Color convert

RGB 117 71 202 -
CMYK 0.42 0.65 0 0.21
HSL 261.07º 0.55% 0.54% -
HSV(B) 261.07º 0.65% 0.79% -
XYZ 20.25 12.55 57.23 -
YUV 99.69 185.74 140.35 -
System Red Green Blue C M Y K H S L
Decimal 117 71 202 0.42 0.65 0 0.21 261.07 0.55 0.54
Hex 75 47 CA 2A 41 0 15 105 37 36
Octal 165 107 312 52 101 0 25 405 67 66
Binary 1110101 1000111 11001010 101010 1000001 0 10101 100000101 110111 110110

Color Harmonies of #7547CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7547CA

Black with #7547CA

Text Example


Text Example

White with #7547CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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