Html Css Color HEX #7855DC Slate Blue

📋 copy color: '#7855DC'

red 120 ◦ green 85 ◦ blue 220

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

Shades of Slate Blue #7855DC

Tints of Slate Blue #7855DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20%

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

R = 28.24%
G = 20%
B = 51.76%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7855DC (or 0x7855DC) is known color: Slate Blue. HEX triplet: 78, 55 and DC. RGB value is (120,85,220). Sum of RGB (Red+Green+Blue) = 120+85+220=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #7855DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855DC is #87AA23. Grayscale: #6E6E6E. Windows color (decimal): -8890916 or 14439800. OLE color: 14439800.

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

Color convert

RGB 120 85 220 -
CMYK 0.45 0.61 0 0.14
HSL 255.56º 0.66% 0.6% -
HSV(B) 255.56º 0.61% 0.86% -
XYZ 23.91 15.66 69.47 -
YUV 110.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 120 85 220 0.45 0.61 0 0.14 255.56 0.66 0.6
Hex 78 55 DC 2D 3D 0 E 100 42 3C
Octal 170 125 334 55 75 0 16 400 102 74
Binary 1111000 1010101 11011100 101101 111101 0 1110 100000000 1000010 111100

Color Harmonies of #7855DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7855DC

Black with #7855DC

Text Example


Text Example

White with #7855DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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