Html Css Color HEX #7C53CF Slate Blue

📋 copy color: '#7C53CF'

red 124 ◦ green 83 ◦ blue 207

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

Shades of Slate Blue #7C53CF

Tints of Slate Blue #7C53CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 29.95%
G = 20.05%
B = 50%

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

#7C53CF (or 0x7C53CF) is known color: Slate Blue. HEX triplet: 7C, 53 and CF. RGB value is (124,83,207). Sum of RGB (Red+Green+Blue) = 124+83+207=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C53CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C53CF is #83AC30. Grayscale: #6C6C6C. Windows color (decimal): -8629297 or 13587324. OLE color: 13587324.

HSL color Cylindrical-coordinate representation of color #7C53CF: hue angle of 259.84º 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 #7C53CF is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 83 207 -
CMYK 0.40 0.60 0 0.19
HSL 259.84º 0.56% 0.57% -
HSV(B) 259.84º 0.6% 0.81% -
XYZ 22.67 14.98 60.73 -
YUV 109.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 124 83 207 0.40 0.60 0 0.19 259.84 0.56 0.57
Hex 7C 53 CF 28 3C 0 13 104 38 39
Octal 174 123 317 50 74 0 23 404 70 71
Binary 1111100 1010011 11001111 101000 111100 0 10011 100000100 111000 111001

Color Harmonies of #7C53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C53CF

Black with #7C53CF

Text Example


Text Example

White with #7C53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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