Html Css Color HEX #7B52E6 Medium Slate Blue

📋 copy color: '#7B52E6'

red 123 ◦ green 82 ◦ blue 230

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

Shades of Medium Slate Blue #7B52E6

Tints of Medium Slate Blue #7B52E6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.85%

 BLUE value IS 230 (90.23% from 255) = 52.87%

R = 28.28%
G = 18.85%
B = 52.87%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7B52E6 (or 0x7B52E6) is known color: Medium Slate Blue. HEX triplet: 7B, 52 and E6. RGB value is (123,82,230). Sum of RGB (Red+Green+Blue) = 123+82+230=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #7B52E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B52E6 is #84AD19. Grayscale: #6E6E6E. Windows color (decimal): -8695066 or 15094395. OLE color: 15094395.

HSL color Cylindrical-coordinate representation of color #7B52E6: hue angle of 256.62º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B52E6 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 123 82 230 -
CMYK 0.47 0.64 0 0.10
HSL 256.62º 0.75% 0.61% -
HSV(B) 256.62º 0.64% 0.9% -
XYZ 25.47 15.96 76.6 -
YUV 111.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 123 82 230 0.47 0.64 0 0.10 256.62 0.75 0.61
Hex 7B 52 E6 2F 40 0 A 101 4B 3D
Octal 173 122 346 57 100 0 12 401 113 75
Binary 1111011 1010010 11100110 101111 1000000 0 1010 100000001 1001011 111101

Color Harmonies of #7B52E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B52E6

Black with #7B52E6

Text Example


Text Example

White with #7B52E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,82,230); }

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

background-color css

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

 a { background-color: rgb(123,82,230); }

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

border-color css

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

 span { border-color: rgb(123,82,230); }

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