Html Css Color HEX #786FFF Light Slate Blue

📋 copy color: '#786FFF'

red 120 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #786FFF

Tints of Light Slate Blue #786FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.84%

 BLUE value IS 255 (100% from 255) = 52.47%

R = 24.69%
G = 22.84%
B = 52.47%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#786FFF (or 0x786FFF) is known color: Light Slate Blue. HEX triplet: 78, 6F and FF. RGB value is (120,111,255). Sum of RGB (Red+Green+Blue) = 120+111+255=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #786FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786FFF is #879000. Grayscale: #818181. Windows color (decimal): -8884225 or 16740216. OLE color: 16740216.

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

Color convert

RGB 120 111 255 -
CMYK 0.53 0.56 0 0
HSL 243.75º 1% 0.72% -
HSV(B) 243.75º 0.56% 1% -
XYZ 31.48 22.58 97.31 -
YUV 130.11 198.48 120.79 -
System Red Green Blue C M Y K H S L
Decimal 120 111 255 0.53 0.56 0 0 243.75 1 0.72
Hex 78 6F FF 35 38 0 0 F4 64 48
Octal 170 157 377 65 70 0 0 364 144 110
Binary 1111000 1101111 11111111 110101 111000 0 0 11110100 1100100 1001000

Color Harmonies of #786FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786FFF

Black with #786FFF

Text Example


Text Example

White with #786FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,111,255); }

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

background-color css

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

 a { background-color: rgb(120,111,255); }

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

border-color css

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

 span { border-color: rgb(120,111,255); }

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