Html Css Color HEX #7C53FB Medium Slate Blue

📋 copy color: '#7C53FB'

red 124 ◦ green 83 ◦ blue 251

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

Shades of Medium Slate Blue #7C53FB

Tints of Medium Slate Blue #7C53FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 27.07%
G = 18.12%
B = 54.8%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C53FB (or 0x7C53FB) is known color: Medium Slate Blue. HEX triplet: 7C, 53 and FB. RGB value is (124,83,251). Sum of RGB (Red+Green+Blue) = 124+83+251=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C53FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C53FB is #83AC04. Grayscale: #717171. Windows color (decimal): -8629253 or 16470908. OLE color: 16470908.

HSL color Cylindrical-coordinate representation of color #7C53FB: hue angle of 254.64º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C53FB is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 83 251 -
CMYK 0.51 0.67 0 0.02
HSL 254.64º 0.95% 0.65% -
HSV(B) 254.64º 0.67% 0.98% -
XYZ 28.82 17.44 93.11 -
YUV 114.41 205.08 134.84 -
System Red Green Blue C M Y K H S L
Decimal 124 83 251 0.51 0.67 0 0.02 254.64 0.95 0.65
Hex 7C 53 FB 33 43 0 2 FF 5F 41
Octal 174 123 373 63 103 0 2 377 137 101
Binary 1111100 1010011 11111011 110011 1000011 0 10 11111111 1011111 1000001

Color Harmonies of #7C53FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C53FB

Black with #7C53FB

Text Example


Text Example

White with #7C53FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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