Html Css Color HEX #786EFF Light Slate Blue

📋 copy color: '#786EFF'

red 120 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #786EFF

Tints of Light Slate Blue #786EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.68%

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

R = 24.74%
G = 22.68%
B = 52.58%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#786EFF (or 0x786EFF) is known color: Light Slate Blue. HEX triplet: 78, 6E and FF. RGB value is (120,110,255). Sum of RGB (Red+Green+Blue) = 120+110+255=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #786EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786EFF is #879100. Grayscale: #808080. Windows color (decimal): -8884481 or 16739960. OLE color: 16739960.

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

Color convert

RGB 120 110 255 -
CMYK 0.53 0.57 0 0
HSL 244.14º 1% 0.72% -
HSV(B) 244.14º 0.57% 1% -
XYZ 31.37 22.36 97.27 -
YUV 129.52 198.81 121.21 -
System Red Green Blue C M Y K H S L
Decimal 120 110 255 0.53 0.57 0 0 244.14 1 0.72
Hex 78 6E FF 35 39 0 0 F4 64 48
Octal 170 156 377 65 71 0 0 364 144 110
Binary 1111000 1101110 11111111 110101 111001 0 0 11110100 1100100 1001000

Color Harmonies of #786EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786EFF

Black with #786EFF

Text Example


Text Example

White with #786EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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