Html Css Color HEX #786BFB Light Slate Blue

📋 copy color: '#786BFB'

red 120 ◦ green 107 ◦ blue 251

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

Shades of Light Slate Blue #786BFB

Tints of Light Slate Blue #786BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.38%

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

R = 25.1%
G = 22.38%
B = 52.51%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#786BFB (or 0x786BFB) is known color: Light Slate Blue. HEX triplet: 78, 6B and FB. RGB value is (120,107,251). Sum of RGB (Red+Green+Blue) = 120+107+251=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #786BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786BFB is #879404. Grayscale: #7E7E7E. Windows color (decimal): -8885253 or 16477048. OLE color: 16477048.

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

Color convert

RGB 120 107 251 -
CMYK 0.52 0.57 0 0.02
HSL 245.42º 0.95% 0.7% -
HSV(B) 245.42º 0.57% 0.98% -
XYZ 30.42 21.47 93.81 -
YUV 127.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 120 107 251 0.52 0.57 0 0.02 245.42 0.95 0.7
Hex 78 6B FB 34 39 0 2 F5 5F 46
Octal 170 153 373 64 71 0 2 365 137 106
Binary 1111000 1101011 11111011 110100 111001 0 10 11110101 1011111 1000110

Color Harmonies of #786BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BFB

Black with #786BFB

Text Example


Text Example

White with #786BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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