Html Css Color HEX #785DCE Slate Blue

📋 copy color: '#785DCE'

red 120 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #785DCE

Tints of Slate Blue #785DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.2%

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 28.64%
G = 22.2%
B = 49.16%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#785DCE (or 0x785DCE) is known color: Slate Blue. HEX triplet: 78, 5D and CE. RGB value is (120,93,206). Sum of RGB (Red+Green+Blue) = 120+93+206=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #785DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DCE is #87A231. Grayscale: #717171. Windows color (decimal): -8888882 or 13524344. OLE color: 13524344.

HSL color Cylindrical-coordinate representation of color #785DCE: hue angle of 254.34º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #785DCE is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 93 206 -
CMYK 0.42 0.55 0 0.19
HSL 254.34º 0.54% 0.59% -
HSV(B) 254.34º 0.55% 0.81% -
XYZ 22.8 16.28 60.33 -
YUV 113.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 120 93 206 0.42 0.55 0 0.19 254.34 0.54 0.59
Hex 78 5D CE 2A 37 0 13 FE 36 3B
Octal 170 135 316 52 67 0 23 376 66 73
Binary 1111000 1011101 11001110 101010 110111 0 10011 11111110 110110 111011

Color Harmonies of #785DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DCE

Black with #785DCE

Text Example


Text Example

White with #785DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785DCE; }

 p { color: rgb(120,93,206); }

 H1.HeaderClassName
 {
   color: #785DCE;
 }
 .AnyTagClassName
 {
   color: #785DCE;
 }
</style>

background-color css

<style>
 a { background-color: #785DCE; }

 a { background-color: rgb(120,93,206); }

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

border-color css

<style>
 span { border-color: #785DCE; }

 span { border-color: rgb(120,93,206); }

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