Html Css Color HEX #785AD3 Slate Blue

📋 copy color: '#785AD3'

red 120 ◦ green 90 ◦ blue 211

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

Shades of Slate Blue #785AD3

Tints of Slate Blue #785AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.12%

R = 28.5%
G = 21.38%
B = 50.12%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#785AD3 (or 0x785AD3) is known color: Slate Blue. HEX triplet: 78, 5A and D3. RGB value is (120,90,211). Sum of RGB (Red+Green+Blue) = 120+90+211=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 211 (82.81% from 255 or 50.12% from 421); Max value from RGB is 211 - color contains mainly: blue. Hex color #785AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785AD3 is #87A52C. Grayscale: #707070. Windows color (decimal): -8889645 or 13851256. OLE color: 13851256.

HSL color Cylindrical-coordinate representation of color #785AD3: hue angle of 254.88º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785AD3 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 120 90 211 -
CMYK 0.43 0.57 0 0.17
HSL 254.88º 0.58% 0.59% -
HSV(B) 254.88º 0.57% 0.83% -
XYZ 23.16 16.01 63.5 -
YUV 112.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 120 90 211 0.43 0.57 0 0.17 254.88 0.58 0.59
Hex 78 5A D3 2B 39 0 11 FF 3A 3B
Octal 170 132 323 53 71 0 21 377 72 73
Binary 1111000 1011010 11010011 101011 111001 0 10001 11111111 111010 111011

Color Harmonies of #785AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785AD3

Black with #785AD3

Text Example


Text Example

White with #785AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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