Html Css Color HEX #7B4AFD Medium Slate Blue

📋 copy color: '#7B4AFD'

red 123 ◦ green 74 ◦ blue 253

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

Shades of Medium Slate Blue #7B4AFD

Tints of Medium Slate Blue #7B4AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.44%

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

R = 27.33%
G = 16.44%
B = 56.22%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B4AFD (or 0x7B4AFD) is known color: Medium Slate Blue. HEX triplet: 7B, 4A and FD. RGB value is (123,74,253). Sum of RGB (Red+Green+Blue) = 123+74+253=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B4AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4AFD is #84B502. Grayscale: #6C6C6C. Windows color (decimal): -8697091 or 16599675. OLE color: 16599675.

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

Color convert

RGB 123 74 253 -
CMYK 0.51 0.71 0 0.01
HSL 256.42º 0.98% 0.64% -
HSV(B) 256.42º 0.71% 0.99% -
XYZ 28.35 16.2 94.56 -
YUV 109.06 209.23 137.95 -
System Red Green Blue C M Y K H S L
Decimal 123 74 253 0.51 0.71 0 0.01 256.42 0.98 0.64
Hex 7B 4A FD 33 47 0 1 100 62 40
Octal 173 112 375 63 107 0 1 400 142 100
Binary 1111011 1001010 11111101 110011 1000111 0 1 100000000 1100010 1000000

Color Harmonies of #7B4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4AFD

Black with #7B4AFD

Text Example


Text Example

White with #7B4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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