Html Css Color HEX #7C53CE Slate Blue

📋 copy color: '#7C53CE'

red 124 ◦ green 83 ◦ blue 206

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

Shades of Slate Blue #7C53CE

Tints of Slate Blue #7C53CE

RGB

 RED value IS 124 (48.83% from 255) = 30.02%

 GREEN value IS 83 (32.81% from 255) = 20.1%

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

R = 30.02%
G = 20.1%
B = 49.88%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C53CE (or 0x7C53CE) is known color: Slate Blue. HEX triplet: 7C, 53 and CE. RGB value is (124,83,206). Sum of RGB (Red+Green+Blue) = 124+83+206=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C53CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C53CE is #83AC31. Grayscale: #6C6C6C. Windows color (decimal): -8629298 or 13521788. OLE color: 13521788.

HSL color Cylindrical-coordinate representation of color #7C53CE: hue angle of 260º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C53CE is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 83 206 -
CMYK 0.40 0.60 0 0.19
HSL 260º 0.56% 0.57% -
HSV(B) 260º 0.6% 0.81% -
XYZ 22.55 14.93 60.09 -
YUV 109.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 124 83 206 0.40 0.60 0 0.19 260 0.56 0.57
Hex 7C 53 CE 28 3C 0 13 104 38 39
Octal 174 123 316 50 74 0 23 404 70 71
Binary 1111100 1010011 11001110 101000 111100 0 10011 100000100 111000 111001

Color Harmonies of #7C53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C53CE

Black with #7C53CE

Text Example


Text Example

White with #7C53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C53CE; }

 p { color: rgb(124,83,206); }

 H1.HeaderClassName
 {
   color: #7C53CE;
 }
 .AnyTagClassName
 {
   color: #7C53CE;
 }
</style>

background-color css

<style>
 a { background-color: #7C53CE; }

 a { background-color: rgb(124,83,206); }

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

border-color css

<style>
 span { border-color: #7C53CE; }

 span { border-color: rgb(124,83,206); }

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