Html Css Color HEX #7547CE Slate Blue

📋 copy color: '#7547CE'

red 117 ◦ green 71 ◦ blue 206

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

Shades of Slate Blue #7547CE

Tints of Slate Blue #7547CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 29.7%
G = 18.02%
B = 52.28%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7547CE (or 0x7547CE) is known color: Slate Blue. HEX triplet: 75, 47 and CE. RGB value is (117,71,206). Sum of RGB (Red+Green+Blue) = 117+71+206=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #7547CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547CE is #8AB831. Grayscale: #636363. Windows color (decimal): -9091122 or 13518709. OLE color: 13518709.

HSL color Cylindrical-coordinate representation of color #7547CE: hue angle of 260.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7547CE is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 71 206 -
CMYK 0.43 0.66 0 0.19
HSL 260.44º 0.58% 0.54% -
HSV(B) 260.44º 0.66% 0.81% -
XYZ 20.73 12.74 59.76 -
YUV 100.14 187.74 140.02 -
System Red Green Blue C M Y K H S L
Decimal 117 71 206 0.43 0.66 0 0.19 260.44 0.58 0.54
Hex 75 47 CE 2B 42 0 13 104 3A 36
Octal 165 107 316 53 102 0 23 404 72 66
Binary 1110101 1000111 11001110 101011 1000010 0 10011 100000100 111010 110110

Color Harmonies of #7547CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7547CE

Black with #7547CE

Text Example


Text Example

White with #7547CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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