Html Css Color HEX #785AD6 Slate Blue

📋 copy color: '#785AD6'

red 120 ◦ green 90 ◦ blue 214

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

Shades of Slate Blue #785AD6

Tints of Slate Blue #785AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.23%

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 28.3%
G = 21.23%
B = 50.47%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#785AD6 (or 0x785AD6) is known color: Slate Blue. HEX triplet: 78, 5A and D6. RGB value is (120,90,214). Sum of RGB (Red+Green+Blue) = 120+90+214=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #785AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785AD6 is #87A529. Grayscale: #707070. Windows color (decimal): -8889642 or 14047864. OLE color: 14047864.

HSL color Cylindrical-coordinate representation of color #785AD6: hue angle of 254.52º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785AD6 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 90 214 -
CMYK 0.44 0.58 0 0.16
HSL 254.52º 0.6% 0.6% -
HSV(B) 254.52º 0.58% 0.84% -
XYZ 23.54 16.16 65.5 -
YUV 113.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 120 90 214 0.44 0.58 0 0.16 254.52 0.6 0.6
Hex 78 5A D6 2C 3A 0 10 FF 3C 3C
Octal 170 132 326 54 72 0 20 377 74 74
Binary 1111000 1011010 11010110 101100 111010 0 10000 11111111 111100 111100

Color Harmonies of #785AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785AD6

Black with #785AD6

Text Example


Text Example

White with #785AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,90,214); }

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

background-color css

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

 a { background-color: rgb(120,90,214); }

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

border-color css

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

 span { border-color: rgb(120,90,214); }

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