Html Css Color HEX #784EDF Slate Blue

📋 copy color: '#784EDF'

red 120 ◦ green 78 ◦ blue 223

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

Shades of Slate Blue #784EDF

Tints of Slate Blue #784EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.53%

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 28.5%
G = 18.53%
B = 52.97%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#784EDF (or 0x784EDF) is known color: Slate Blue. HEX triplet: 78, 4E and DF. RGB value is (120,78,223). Sum of RGB (Red+Green+Blue) = 120+78+223=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #784EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784EDF is #87B120. Grayscale: #6A6A6A. Windows color (decimal): -8892705 or 14634616. OLE color: 14634616.

HSL color Cylindrical-coordinate representation of color #784EDF: hue angle of 257.38º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #784EDF is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 78 223 -
CMYK 0.46 0.65 0 0.13
HSL 257.38º 0.69% 0.59% -
HSV(B) 257.38º 0.65% 0.87% -
XYZ 23.79 14.77 71.41 -
YUV 107.09 193.41 137.21 -
System Red Green Blue C M Y K H S L
Decimal 120 78 223 0.46 0.65 0 0.13 257.38 0.69 0.59
Hex 78 4E DF 2E 41 0 D 101 45 3B
Octal 170 116 337 56 101 0 15 401 105 73
Binary 1111000 1001110 11011111 101110 1000001 0 1101 100000001 1000101 111011

Color Harmonies of #784EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784EDF

Black with #784EDF

Text Example


Text Example

White with #784EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784EDF; }

 p { color: rgb(120,78,223); }

 H1.HeaderClassName
 {
   color: #784EDF;
 }
 .AnyTagClassName
 {
   color: #784EDF;
 }
</style>

background-color css

<style>
 a { background-color: #784EDF; }

 a { background-color: rgb(120,78,223); }

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

border-color css

<style>
 span { border-color: #784EDF; }

 span { border-color: rgb(120,78,223); }

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