Html Css Color HEX #7853D2 Slate Blue

📋 copy color: '#7853D2'

red 120 ◦ green 83 ◦ blue 210

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

Shades of Slate Blue #7853D2

Tints of Slate Blue #7853D2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

 BLUE value IS 210 (82.42% from 255) = 50.85%

R = 29.06%
G = 20.1%
B = 50.85%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7853D2 (or 0x7853D2) is known color: Slate Blue. HEX triplet: 78, 53 and D2. RGB value is (120,83,210). Sum of RGB (Red+Green+Blue) = 120+83+210=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #7853D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7853D2 is #87AC2D. Grayscale: #6C6C6C. Windows color (decimal): -8891438 or 13783928. OLE color: 13783928.

HSL color Cylindrical-coordinate representation of color #7853D2: hue angle of 257.48º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7853D2 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 83 210 -
CMYK 0.43 0.60 0 0.18
HSL 257.48º 0.59% 0.57% -
HSV(B) 257.48º 0.6% 0.82% -
XYZ 22.47 14.83 62.65 -
YUV 108.54 185.26 136.17 -
System Red Green Blue C M Y K H S L
Decimal 120 83 210 0.43 0.60 0 0.18 257.48 0.59 0.57
Hex 78 53 D2 2B 3C 0 12 101 3B 39
Octal 170 123 322 53 74 0 22 401 73 71
Binary 1111000 1010011 11010010 101011 111100 0 10010 100000001 111011 111001

Color Harmonies of #7853D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7853D2

Black with #7853D2

Text Example


Text Example

White with #7853D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7853D2; }

 p { color: rgb(120,83,210); }

 H1.HeaderClassName
 {
   color: #7853D2;
 }
 .AnyTagClassName
 {
   color: #7853D2;
 }
</style>

background-color css

<style>
 a { background-color: #7853D2; }

 a { background-color: rgb(120,83,210); }

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

border-color css

<style>
 span { border-color: #7853D2; }

 span { border-color: rgb(120,83,210); }

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