Html Css Color HEX #7B5CEB Medium Slate Blue

📋 copy color: '#7B5CEB'

red 123 ◦ green 92 ◦ blue 235

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

Shades of Medium Slate Blue #7B5CEB

Tints of Medium Slate Blue #7B5CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.44%

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 27.33%
G = 20.44%
B = 52.22%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B5CEB (or 0x7B5CEB) is known color: Medium Slate Blue. HEX triplet: 7B, 5C and EB. RGB value is (123,92,235). Sum of RGB (Red+Green+Blue) = 123+92+235=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B5CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5CEB is #84A314. Grayscale: #757575. Windows color (decimal): -8692501 or 15424635. OLE color: 15424635.

HSL color Cylindrical-coordinate representation of color #7B5CEB: hue angle of 253.01º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B5CEB is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 92 235 -
CMYK 0.48 0.61 0 0.08
HSL 253.01º 0.78% 0.64% -
HSV(B) 253.01º 0.61% 0.92% -
XYZ 26.99 17.86 80.62 -
YUV 117.57 194.27 131.87 -
System Red Green Blue C M Y K H S L
Decimal 123 92 235 0.48 0.61 0 0.08 253.01 0.78 0.64
Hex 7B 5C EB 30 3D 0 8 FD 4E 40
Octal 173 134 353 60 75 0 10 375 116 100
Binary 1111011 1011100 11101011 110000 111101 0 1000 11111101 1001110 1000000

Color Harmonies of #7B5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5CEB

Black with #7B5CEB

Text Example


Text Example

White with #7B5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,92,235); }

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

background-color css

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

 a { background-color: rgb(123,92,235); }

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

border-color css

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

 span { border-color: rgb(123,92,235); }

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