Html Css Color HEX #7B4CFD Medium Slate Blue

📋 copy color: '#7B4CFD'

red 123 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #7B4CFD

Tints of Medium Slate Blue #7B4CFD

RGB

 RED value IS 123 (48.44% from 255) = 27.21%

 GREEN value IS 76 (30.08% from 255) = 16.81%

 BLUE value IS 253 (99.22% from 255) = 55.97%

R = 27.21%
G = 16.81%
B = 55.97%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B4CFD (or 0x7B4CFD) is known color: Medium Slate Blue. HEX triplet: 7B, 4C and FD. RGB value is (123,76,253). Sum of RGB (Red+Green+Blue) = 123+76+253=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4CFD is #84B302. Grayscale: #6D6D6D. Windows color (decimal): -8696579 or 16600187. OLE color: 16600187.

HSL color Cylindrical-coordinate representation of color #7B4CFD: hue angle of 255.93º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B4CFD is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 76 253 -
CMYK 0.51 0.70 0 0.01
HSL 255.93º 0.98% 0.65% -
HSV(B) 255.93º 0.7% 0.99% -
XYZ 28.48 16.47 94.61 -
YUV 110.23 208.57 137.11 -
System Red Green Blue C M Y K H S L
Decimal 123 76 253 0.51 0.70 0 0.01 255.93 0.98 0.65
Hex 7B 4C FD 33 46 0 1 100 62 41
Octal 173 114 375 63 106 0 1 400 142 101
Binary 1111011 1001100 11111101 110011 1000110 0 1 100000000 1100010 1000001

Color Harmonies of #7B4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4CFD

Black with #7B4CFD

Text Example


Text Example

White with #7B4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,76,253); }

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

background-color css

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

 a { background-color: rgb(123,76,253); }

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

border-color css

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

 span { border-color: rgb(123,76,253); }

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