Html Css Color HEX #784CDE Slate Blue

📋 copy color: '#784CDE'

red 120 ◦ green 76 ◦ blue 222

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

Shades of Slate Blue #784CDE

Tints of Slate Blue #784CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 28.71%
G = 18.18%
B = 53.11%

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

#784CDE (or 0x784CDE) is known color: Slate Blue. HEX triplet: 78, 4C and DE. RGB value is (120,76,222). Sum of RGB (Red+Green+Blue) = 120+76+222=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #784CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CDE is #87B321. Grayscale: #696969. Windows color (decimal): -8893218 or 14568568. OLE color: 14568568.

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

Color convert

RGB 120 76 222 -
CMYK 0.46 0.66 0 0.13
HSL 258.08º 0.69% 0.58% -
HSV(B) 258.08º 0.66% 0.87% -
XYZ 23.51 14.44 70.65 -
YUV 105.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 120 76 222 0.46 0.66 0 0.13 258.08 0.69 0.58
Hex 78 4C DE 2E 42 0 D 102 45 3A
Octal 170 114 336 56 102 0 15 402 105 72
Binary 1111000 1001100 11011110 101110 1000010 0 1101 100000010 1000101 111010

Color Harmonies of #784CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784CDE

Black with #784CDE

Text Example


Text Example

White with #784CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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