Html Css Color HEX #7852FA Medium Slate Blue

📋 copy color: '#7852FA'

red 120 ◦ green 82 ◦ blue 250

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

Shades of Medium Slate Blue #7852FA

Tints of Medium Slate Blue #7852FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 26.55%
G = 18.14%
B = 55.31%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7852FA (or 0x7852FA) is known color: Medium Slate Blue. HEX triplet: 78, 52 and FA. RGB value is (120,82,250). Sum of RGB (Red+Green+Blue) = 120+82+250=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #7852FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7852FA is #87AD05. Grayscale: #6F6F6F. Windows color (decimal): -8891654 or 16405112. OLE color: 16405112.

HSL color Cylindrical-coordinate representation of color #7852FA: hue angle of 253.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7852FA is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 82 250 -
CMYK 0.52 0.67 0 0.02
HSL 253.57º 0.94% 0.65% -
HSV(B) 253.57º 0.67% 0.98% -
XYZ 28.02 16.93 92.23 -
YUV 112.51 205.59 133.34 -
System Red Green Blue C M Y K H S L
Decimal 120 82 250 0.52 0.67 0 0.02 253.57 0.94 0.65
Hex 78 52 FA 34 43 0 2 FE 5E 41
Octal 170 122 372 64 103 0 2 376 136 101
Binary 1111000 1010010 11111010 110100 1000011 0 10 11111110 1011110 1000001

Color Harmonies of #7852FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7852FA

Black with #7852FA

Text Example


Text Example

White with #7852FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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