Html Css Color HEX #7864FE Medium Slate Blue

📋 copy color: '#7864FE'

red 120 ◦ green 100 ◦ blue 254

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

Shades of Medium Slate Blue #7864FE

Tints of Medium Slate Blue #7864FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.1%

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 25.32%
G = 21.1%
B = 53.59%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7864FE (or 0x7864FE) is known color: Medium Slate Blue. HEX triplet: 78, 64 and FE. RGB value is (120,100,254). Sum of RGB (Red+Green+Blue) = 120+100+254=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #7864FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7864FE is #879B01. Grayscale: #7A7A7A. Windows color (decimal): -8887042 or 16671864. OLE color: 16671864.

HSL color Cylindrical-coordinate representation of color #7864FE: hue angle of 247.79º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7864FE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 100 254 -
CMYK 0.53 0.61 0 0.00
HSL 247.79º 0.99% 0.69% -
HSV(B) 247.79º 0.61% 1% -
XYZ 30.19 20.26 96.09 -
YUV 123.54 201.63 125.48 -
System Red Green Blue C M Y K H S L
Decimal 120 100 254 0.53 0.61 0 0.00 247.79 0.99 0.69
Hex 78 64 FE 35 3D 0 0 F8 63 45
Octal 170 144 376 65 75 0 0 370 143 105
Binary 1111000 1100100 11111110 110101 111101 0 0 11111000 1100011 1000101

Color Harmonies of #7864FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7864FE

Black with #7864FE

Text Example


Text Example

White with #7864FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7864FE; }

 p { color: rgb(120,100,254); }

 H1.HeaderClassName
 {
   color: #7864FE;
 }
 .AnyTagClassName
 {
   color: #7864FE;
 }
</style>

background-color css

<style>
 a { background-color: #7864FE; }

 a { background-color: rgb(120,100,254); }

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

border-color css

<style>
 span { border-color: #7864FE; }

 span { border-color: rgb(120,100,254); }

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