Html Css Color HEX #786CFE Light Slate Blue

📋 copy color: '#786CFE'

red 120 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #786CFE

Tints of Light Slate Blue #786CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

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

R = 24.9%
G = 22.41%
B = 52.7%

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

#786CFE (or 0x786CFE) is known color: Light Slate Blue. HEX triplet: 78, 6C and FE. RGB value is (120,108,254). Sum of RGB (Red+Green+Blue) = 120+108+254=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #786CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786CFE is #879301. Grayscale: #7F7F7F. Windows color (decimal): -8884994 or 16673912. OLE color: 16673912.

HSL color Cylindrical-coordinate representation of color #786CFE: hue angle of 244.93º 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 #786CFE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 108 254 -
CMYK 0.53 0.57 0 0.00
HSL 244.93º 0.99% 0.71% -
HSV(B) 244.93º 0.57% 1% -
XYZ 31 21.87 96.35 -
YUV 128.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 120 108 254 0.53 0.57 0 0.00 244.93 0.99 0.71
Hex 78 6C FE 35 39 0 0 F5 63 47
Octal 170 154 376 65 71 0 0 365 143 107
Binary 1111000 1101100 11111110 110101 111001 0 0 11110101 1100011 1000111

Color Harmonies of #786CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786CFE

Black with #786CFE

Text Example


Text Example

White with #786CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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