Html Css Color HEX #7855DF Slate Blue

📋 copy color: '#7855DF'

red 120 ◦ green 85 ◦ blue 223

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

Shades of Slate Blue #7855DF

Tints of Slate Blue #7855DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 28.04%
G = 19.86%
B = 52.1%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7855DF (or 0x7855DF) is known color: Slate Blue. HEX triplet: 78, 55 and DF. RGB value is (120,85,223). Sum of RGB (Red+Green+Blue) = 120+85+223=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #7855DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855DF is #87AA20. Grayscale: #6E6E6E. Windows color (decimal): -8890913 or 14636408. OLE color: 14636408.

HSL color Cylindrical-coordinate representation of color #7855DF: hue angle of 255.22º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7855DF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 85 223 -
CMYK 0.46 0.62 0 0.13
HSL 255.22º 0.68% 0.6% -
HSV(B) 255.22º 0.62% 0.87% -
XYZ 24.31 15.82 71.58 -
YUV 111.2 191.1 134.28 -
System Red Green Blue C M Y K H S L
Decimal 120 85 223 0.46 0.62 0 0.13 255.22 0.68 0.6
Hex 78 55 DF 2E 3E 0 D FF 44 3C
Octal 170 125 337 56 76 0 15 377 104 74
Binary 1111000 1010101 11011111 101110 111110 0 1101 11111111 1000100 111100

Color Harmonies of #7855DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7855DF

Black with #7855DF

Text Example


Text Example

White with #7855DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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