Html Css Color HEX #7547CD Slate Blue

📋 copy color: '#7547CD'

red 117 ◦ green 71 ◦ blue 205

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

Shades of Slate Blue #7547CD

Tints of Slate Blue #7547CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 29.77%
G = 18.07%
B = 52.16%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7547CD (or 0x7547CD) is known color: Slate Blue. HEX triplet: 75, 47 and CD. RGB value is (117,71,205). Sum of RGB (Red+Green+Blue) = 117+71+205=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #7547CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547CD is #8AB832. Grayscale: #636363. Windows color (decimal): -9091123 or 13453173. OLE color: 13453173.

HSL color Cylindrical-coordinate representation of color #7547CD: hue angle of 260.6º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7547CD is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 71 205 -
CMYK 0.43 0.65 0 0.20
HSL 260.6º 0.57% 0.54% -
HSV(B) 260.6º 0.65% 0.8% -
XYZ 20.61 12.7 59.12 -
YUV 100.03 187.24 140.1 -
System Red Green Blue C M Y K H S L
Decimal 117 71 205 0.43 0.65 0 0.20 260.6 0.57 0.54
Hex 75 47 CD 2B 41 0 14 105 39 36
Octal 165 107 315 53 101 0 24 405 71 66
Binary 1110101 1000111 11001101 101011 1000001 0 10100 100000101 111001 110110

Color Harmonies of #7547CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7547CD

Black with #7547CD

Text Example


Text Example

White with #7547CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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