Html Css Color HEX #7B5DFE Medium Slate Blue

📋 copy color: '#7B5DFE'

red 123 ◦ green 93 ◦ blue 254

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

Shades of Medium Slate Blue #7B5DFE

Tints of Medium Slate Blue #7B5DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 26.17%
G = 19.79%
B = 54.04%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7B5DFE (or 0x7B5DFE) is known color: Medium Slate Blue. HEX triplet: 7B, 5D and FE. RGB value is (123,93,254). Sum of RGB (Red+Green+Blue) = 123+93+254=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B5DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5DFE is #84A201. Grayscale: #777777. Windows color (decimal): -8692226 or 16670075. OLE color: 16670075.

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

Color convert

RGB 123 93 254 -
CMYK 0.52 0.63 0 0.00
HSL 251.18º 0.99% 0.68% -
HSV(B) 251.18º 0.63% 1% -
XYZ 29.97 19.2 95.89 -
YUV 120.32 203.44 129.91 -
System Red Green Blue C M Y K H S L
Decimal 123 93 254 0.52 0.63 0 0.00 251.18 0.99 0.68
Hex 7B 5D FE 34 3F 0 0 FB 63 44
Octal 173 135 376 64 77 0 0 373 143 104
Binary 1111011 1011101 11111110 110100 111111 0 0 11111011 1100011 1000100

Color Harmonies of #7B5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DFE

Black with #7B5DFE

Text Example


Text Example

White with #7B5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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