Html Css Color HEX #784FCE Slate Blue

📋 copy color: '#784FCE'

red 120 ◦ green 79 ◦ blue 206

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

Shades of Slate Blue #784FCE

Tints of Slate Blue #784FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.51%

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 29.63%
G = 19.51%
B = 50.86%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#784FCE (or 0x784FCE) is known color: Slate Blue. HEX triplet: 78, 4F and CE. RGB value is (120,79,206). Sum of RGB (Red+Green+Blue) = 120+79+206=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #784FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FCE is #87B031. Grayscale: #696969. Windows color (decimal): -8892466 or 13520760. OLE color: 13520760.

HSL color Cylindrical-coordinate representation of color #784FCE: hue angle of 259.37º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #784FCE is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 79 206 -
CMYK 0.42 0.62 0 0.19
HSL 259.37º 0.56% 0.56% -
HSV(B) 259.37º 0.62% 0.81% -
XYZ 21.68 14.04 59.96 -
YUV 105.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 120 79 206 0.42 0.62 0 0.19 259.37 0.56 0.56
Hex 78 4F CE 2A 3E 0 13 103 38 38
Octal 170 117 316 52 76 0 23 403 70 70
Binary 1111000 1001111 11001110 101010 111110 0 10011 100000011 111000 111000

Color Harmonies of #784FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784FCE

Black with #784FCE

Text Example


Text Example

White with #784FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,79,206); }

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

background-color css

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

 a { background-color: rgb(120,79,206); }

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

border-color css

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

 span { border-color: rgb(120,79,206); }

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