Html Css Color HEX #7852DC Slate Blue

📋 copy color: '#7852DC'

red 120 ◦ green 82 ◦ blue 220

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

Shades of Slate Blue #7852DC

Tints of Slate Blue #7852DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 28.44%
G = 19.43%
B = 52.13%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7852DC (or 0x7852DC) is known color: Slate Blue. HEX triplet: 78, 52 and DC. RGB value is (120,82,220). Sum of RGB (Red+Green+Blue) = 120+82+220=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #7852DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7852DC is #87AD23. Grayscale: #6C6C6C. Windows color (decimal): -8891684 or 14439032. OLE color: 14439032.

HSL color Cylindrical-coordinate representation of color #7852DC: hue angle of 256.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7852DC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 82 220 -
CMYK 0.45 0.63 0 0.14
HSL 256.52º 0.66% 0.59% -
HSV(B) 256.52º 0.63% 0.86% -
XYZ 23.68 15.19 69.39 -
YUV 109.09 190.59 135.78 -
System Red Green Blue C M Y K H S L
Decimal 120 82 220 0.45 0.63 0 0.14 256.52 0.66 0.59
Hex 78 52 DC 2D 3F 0 E 101 42 3B
Octal 170 122 334 55 77 0 16 401 102 73
Binary 1111000 1010010 11011100 101101 111111 0 1110 100000001 1000010 111011

Color Harmonies of #7852DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7852DC

Black with #7852DC

Text Example


Text Example

White with #7852DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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