Html Css Color HEX #7B5DFD Medium Slate Blue

📋 copy color: '#7B5DFD'

red 123 ◦ green 93 ◦ blue 253

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

Shades of Medium Slate Blue #7B5DFD

Tints of Medium Slate Blue #7B5DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.83%

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

R = 26.23%
G = 19.83%
B = 53.94%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B5DFD (or 0x7B5DFD) is known color: Medium Slate Blue. HEX triplet: 7B, 5D and FD. RGB value is (123,93,253). Sum of RGB (Red+Green+Blue) = 123+93+253=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B5DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5DFD is #84A202. Grayscale: #777777. Windows color (decimal): -8692227 or 16604539. OLE color: 16604539.

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

Color convert

RGB 123 93 253 -
CMYK 0.51 0.63 0 0.01
HSL 251.25º 0.98% 0.68% -
HSV(B) 251.25º 0.63% 0.99% -
XYZ 29.81 19.13 95.05 -
YUV 120.21 202.94 129.99 -
System Red Green Blue C M Y K H S L
Decimal 123 93 253 0.51 0.63 0 0.01 251.25 0.98 0.68
Hex 7B 5D FD 33 3F 0 1 FB 62 44
Octal 173 135 375 63 77 0 1 373 142 104
Binary 1111011 1011101 11111101 110011 111111 0 1 11111011 1100010 1000100

Color Harmonies of #7B5DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DFD

Black with #7B5DFD

Text Example


Text Example

White with #7B5DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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