Html Css Color HEX #7852E1 Medium Slate Blue

📋 copy color: '#7852E1'

red 120 ◦ green 82 ◦ blue 225

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

Shades of Medium Slate Blue #7852E1

Tints of Medium Slate Blue #7852E1

RGB

 RED value IS 120 (47.27% from 255) = 28.1%

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

 BLUE value IS 225 (88.28% from 255) = 52.69%

R = 28.1%
G = 19.2%
B = 52.69%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7852E1 (or 0x7852E1) is known color: Medium Slate Blue. HEX triplet: 78, 52 and E1. RGB value is (120,82,225). Sum of RGB (Red+Green+Blue) = 120+82+225=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #7852E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7852E1 is #87AD1E. Grayscale: #6D6D6D. Windows color (decimal): -8891679 or 14766712. OLE color: 14766712.

HSL color Cylindrical-coordinate representation of color #7852E1: hue angle of 255.94º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7852E1 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 82 225 -
CMYK 0.47 0.64 0 0.12
HSL 255.94º 0.7% 0.6% -
HSV(B) 255.94º 0.64% 0.88% -
XYZ 24.35 15.46 72.94 -
YUV 109.66 193.09 135.37 -
System Red Green Blue C M Y K H S L
Decimal 120 82 225 0.47 0.64 0 0.12 255.94 0.7 0.6
Hex 78 52 E1 2F 40 0 C 100 46 3C
Octal 170 122 341 57 100 0 14 400 106 74
Binary 1111000 1010010 11100001 101111 1000000 0 1100 100000000 1000110 111100

Color Harmonies of #7852E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7852E1

Black with #7852E1

Text Example


Text Example

White with #7852E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7852E1; }

 p { color: rgb(120,82,225); }

 H1.HeaderClassName
 {
   color: #7852E1;
 }
 .AnyTagClassName
 {
   color: #7852E1;
 }
</style>

background-color css

<style>
 a { background-color: #7852E1; }

 a { background-color: rgb(120,82,225); }

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

border-color css

<style>
 span { border-color: #7852E1; }

 span { border-color: rgb(120,82,225); }

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