Html Css Color HEX #785ADB Slate Blue

📋 copy color: '#785ADB'

red 120 ◦ green 90 ◦ blue 219

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

Shades of Slate Blue #785ADB

Tints of Slate Blue #785ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 27.97%
G = 20.98%
B = 51.05%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#785ADB (or 0x785ADB) is known color: Slate Blue. HEX triplet: 78, 5A and DB. RGB value is (120,90,219). Sum of RGB (Red+Green+Blue) = 120+90+219=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #785ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ADB is #87A524. Grayscale: #717171. Windows color (decimal): -8889637 or 14375544. OLE color: 14375544.

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

Color convert

RGB 120 90 219 -
CMYK 0.45 0.59 0 0.14
HSL 253.95º 0.64% 0.61% -
HSV(B) 253.95º 0.59% 0.86% -
XYZ 24.19 16.42 68.91 -
YUV 113.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 120 90 219 0.45 0.59 0 0.14 253.95 0.64 0.61
Hex 78 5A DB 2D 3B 0 E FE 40 3D
Octal 170 132 333 55 73 0 16 376 100 75
Binary 1111000 1011010 11011011 101101 111011 0 1110 11111110 1000000 111101

Color Harmonies of #785ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785ADB

Black with #785ADB

Text Example


Text Example

White with #785ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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