Html Css Color HEX #7B5DFB Medium Slate Blue

📋 copy color: '#7B5DFB'

red 123 ◦ green 93 ◦ blue 251

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

Shades of Medium Slate Blue #7B5DFB

Tints of Medium Slate Blue #7B5DFB

RGB

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

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

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

R = 26.34%
G = 19.91%
B = 53.75%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B5DFB (or 0x7B5DFB) is known color: Medium Slate Blue. HEX triplet: 7B, 5D and FB. RGB value is (123,93,251). Sum of RGB (Red+Green+Blue) = 123+93+251=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B5DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5DFB is #84A204. Grayscale: #777777. Windows color (decimal): -8692229 or 16473467. OLE color: 16473467.

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

Color convert

RGB 123 93 251 -
CMYK 0.51 0.63 0 0.02
HSL 251.39º 0.95% 0.67% -
HSV(B) 251.39º 0.63% 0.98% -
XYZ 29.5 19 93.38 -
YUV 119.98 201.94 130.15 -
System Red Green Blue C M Y K H S L
Decimal 123 93 251 0.51 0.63 0 0.02 251.39 0.95 0.67
Hex 7B 5D FB 33 3F 0 2 FB 5F 43
Octal 173 135 373 63 77 0 2 373 137 103
Binary 1111011 1011101 11111011 110011 111111 0 10 11111011 1011111 1000011

Color Harmonies of #7B5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DFB

Black with #7B5DFB

Text Example


Text Example

White with #7B5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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