Html Css Color HEX #786FFB Light Slate Blue

📋 copy color: '#786FFB'

red 120 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #786FFB

Tints of Light Slate Blue #786FFB

RGB

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

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

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

R = 24.9%
G = 23.03%
B = 52.07%

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

#786FFB (or 0x786FFB) is known color: Light Slate Blue. HEX triplet: 78, 6F and FB. RGB value is (120,111,251). Sum of RGB (Red+Green+Blue) = 120+111+251=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #786FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786FFB is #879004. Grayscale: #818181. Windows color (decimal): -8884229 or 16478072. OLE color: 16478072.

HSL color Cylindrical-coordinate representation of color #786FFB: hue angle of 243.86º 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 #786FFB is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 111 251 -
CMYK 0.52 0.56 0 0.02
HSL 243.86º 0.95% 0.71% -
HSV(B) 243.86º 0.56% 0.98% -
XYZ 30.84 22.33 93.95 -
YUV 129.65 196.48 121.12 -
System Red Green Blue C M Y K H S L
Decimal 120 111 251 0.52 0.56 0 0.02 243.86 0.95 0.71
Hex 78 6F FB 34 38 0 2 F4 5F 47
Octal 170 157 373 64 70 0 2 364 137 107
Binary 1111000 1101111 11111011 110100 111000 0 10 11110100 1011111 1000111

Color Harmonies of #786FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786FFB

Black with #786FFB

Text Example


Text Example

White with #786FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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