Html Css Color HEX #784CDF Slate Blue

📋 copy color: '#784CDF'

red 120 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #784CDF

Tints of Slate Blue #784CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.14%

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

R = 28.64%
G = 18.14%
B = 53.22%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#784CDF (or 0x784CDF) is known color: Slate Blue. HEX triplet: 78, 4C and DF. RGB value is (120,76,223). Sum of RGB (Red+Green+Blue) = 120+76+223=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #784CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CDF is #87B320. Grayscale: #696969. Windows color (decimal): -8893217 or 14634104. OLE color: 14634104.

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

Color convert

RGB 120 76 223 -
CMYK 0.46 0.66 0 0.13
HSL 257.96º 0.7% 0.59% -
HSV(B) 257.96º 0.66% 0.87% -
XYZ 23.65 14.49 71.36 -
YUV 105.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 120 76 223 0.46 0.66 0 0.13 257.96 0.7 0.59
Hex 78 4C DF 2E 42 0 D 102 46 3B
Octal 170 114 337 56 102 0 15 402 106 73
Binary 1111000 1001100 11011111 101110 1000010 0 1101 100000010 1000110 111011

Color Harmonies of #784CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784CDF

Black with #784CDF

Text Example


Text Example

White with #784CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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