Html Css Color HEX #786EFB Light Slate Blue

📋 copy color: '#786EFB'

red 120 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #786EFB

Tints of Light Slate Blue #786EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 24.95%
G = 22.87%
B = 52.18%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#786EFB (or 0x786EFB) is known color: Light Slate Blue. HEX triplet: 78, 6E and FB. RGB value is (120,110,251). Sum of RGB (Red+Green+Blue) = 120+110+251=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #786EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786EFB is #879104. Grayscale: #808080. Windows color (decimal): -8884485 or 16477816. OLE color: 16477816.

HSL color Cylindrical-coordinate representation of color #786EFB: hue angle of 244.26º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #786EFB is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 110 251 -
CMYK 0.52 0.56 0 0.02
HSL 244.26º 0.95% 0.71% -
HSV(B) 244.26º 0.56% 0.98% -
XYZ 30.73 22.11 93.91 -
YUV 129.06 196.81 121.54 -
System Red Green Blue C M Y K H S L
Decimal 120 110 251 0.52 0.56 0 0.02 244.26 0.95 0.71
Hex 78 6E FB 34 38 0 2 F4 5F 47
Octal 170 156 373 64 70 0 2 364 137 107
Binary 1111000 1101110 11111011 110100 111000 0 10 11110100 1011111 1000111

Color Harmonies of #786EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786EFB

Black with #786EFB

Text Example


Text Example

White with #786EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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