Html Css Color HEX #786AFB Medium Slate Blue

📋 copy color: '#786AFB'

red 120 ◦ green 106 ◦ blue 251

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

Shades of Medium Slate Blue #786AFB

Tints of Medium Slate Blue #786AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.22%

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

R = 25.16%
G = 22.22%
B = 52.62%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#786AFB (or 0x786AFB) is known color: Medium Slate Blue. HEX triplet: 78, 6A and FB. RGB value is (120,106,251). Sum of RGB (Red+Green+Blue) = 120+106+251=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #786AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786AFB is #879504. Grayscale: #7E7E7E. Windows color (decimal): -8885509 or 16476792. OLE color: 16476792.

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

Color convert

RGB 120 106 251 -
CMYK 0.52 0.58 0 0.02
HSL 245.79º 0.95% 0.7% -
HSV(B) 245.79º 0.58% 0.98% -
XYZ 30.31 21.27 93.77 -
YUV 126.72 198.14 123.21 -
System Red Green Blue C M Y K H S L
Decimal 120 106 251 0.52 0.58 0 0.02 245.79 0.95 0.7
Hex 78 6A FB 34 3A 0 2 F6 5F 46
Octal 170 152 373 64 72 0 2 366 137 106
Binary 1111000 1101010 11111011 110100 111010 0 10 11110110 1011111 1000110

Color Harmonies of #786AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786AFB

Black with #786AFB

Text Example


Text Example

White with #786AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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