Html Css Color HEX #786DFE Light Slate Blue

📋 copy color: '#786DFE'

red 120 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #786DFE

Tints of Light Slate Blue #786DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.57%

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 24.84%
G = 22.57%
B = 52.59%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#786DFE (or 0x786DFE) is known color: Light Slate Blue. HEX triplet: 78, 6D and FE. RGB value is (120,109,254). Sum of RGB (Red+Green+Blue) = 120+109+254=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #786DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786DFE is #879201. Grayscale: #808080. Windows color (decimal): -8884738 or 16674168. OLE color: 16674168.

HSL color Cylindrical-coordinate representation of color #786DFE: hue angle of 244.55º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #786DFE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 109 254 -
CMYK 0.53 0.57 0 0.00
HSL 244.55º 0.99% 0.71% -
HSV(B) 244.55º 0.57% 1% -
XYZ 31.1 22.09 96.39 -
YUV 128.82 198.64 121.71 -
System Red Green Blue C M Y K H S L
Decimal 120 109 254 0.53 0.57 0 0.00 244.55 0.99 0.71
Hex 78 6D FE 35 39 0 0 F5 63 47
Octal 170 155 376 65 71 0 0 365 143 107
Binary 1111000 1101101 11111110 110101 111001 0 0 11110101 1100011 1000111

Color Harmonies of #786DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786DFE

Black with #786DFE

Text Example


Text Example

White with #786DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786DFE; }

 p { color: rgb(120,109,254); }

 H1.HeaderClassName
 {
   color: #786DFE;
 }
 .AnyTagClassName
 {
   color: #786DFE;
 }
</style>

background-color css

<style>
 a { background-color: #786DFE; }

 a { background-color: rgb(120,109,254); }

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

border-color css

<style>
 span { border-color: #786DFE; }

 span { border-color: rgb(120,109,254); }

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