Html Css Color HEX #785ACE Slate Blue

📋 copy color: '#785ACE'

red 120 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #785ACE

Tints of Slate Blue #785ACE

RGB

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

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

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

R = 28.85%
G = 21.63%
B = 49.52%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#785ACE (or 0x785ACE) is known color: Slate Blue. HEX triplet: 78, 5A and CE. RGB value is (120,90,206). Sum of RGB (Red+Green+Blue) = 120+90+206=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #785ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ACE is #87A531. Grayscale: #6F6F6F. Windows color (decimal): -8889650 or 13523576. OLE color: 13523576.

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

Color convert

RGB 120 90 206 -
CMYK 0.42 0.56 0 0.19
HSL 255.52º 0.54% 0.58% -
HSV(B) 255.52º 0.56% 0.81% -
XYZ 22.54 15.76 60.25 -
YUV 112.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 120 90 206 0.42 0.56 0 0.19 255.52 0.54 0.58
Hex 78 5A CE 2A 38 0 13 100 36 3A
Octal 170 132 316 52 70 0 23 400 66 72
Binary 1111000 1011010 11001110 101010 111000 0 10011 100000000 110110 111010

Color Harmonies of #785ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785ACE

Black with #785ACE

Text Example


Text Example

White with #785ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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