Html Css Color HEX #7851DC Slate Blue

📋 copy color: '#7851DC'

red 120 ◦ green 81 ◦ blue 220

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

Shades of Slate Blue #7851DC

Tints of Slate Blue #7851DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.24%

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

R = 28.5%
G = 19.24%
B = 52.26%

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

#7851DC (or 0x7851DC) is known color: Slate Blue. HEX triplet: 78, 51 and DC. RGB value is (120,81,220). Sum of RGB (Red+Green+Blue) = 120+81+220=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #7851DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851DC is #87AE23. Grayscale: #6B6B6B. Windows color (decimal): -8891940 or 14438776. OLE color: 14438776.

HSL color Cylindrical-coordinate representation of color #7851DC: hue angle of 256.83º degrees, saturation: 0.67, 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 #7851DC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 81 220 -
CMYK 0.45 0.63 0 0.14
HSL 256.83º 0.67% 0.59% -
HSV(B) 256.83º 0.63% 0.86% -
XYZ 23.61 15.05 69.37 -
YUV 108.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 120 81 220 0.45 0.63 0 0.14 256.83 0.67 0.59
Hex 78 51 DC 2D 3F 0 E 101 43 3B
Octal 170 121 334 55 77 0 16 401 103 73
Binary 1111000 1010001 11011100 101101 111111 0 1110 100000001 1000011 111011

Color Harmonies of #7851DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7851DC

Black with #7851DC

Text Example


Text Example

White with #7851DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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