Html Css Color HEX #764AFE Medium Slate Blue

📋 copy color: '#764AFE'

red 118 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #764AFE

Tints of Medium Slate Blue #764AFE

RGB

 RED value IS 118 (46.48% from 255) = 26.46%

 GREEN value IS 74 (29.3% from 255) = 16.59%

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

R = 26.46%
G = 16.59%
B = 56.95%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#764AFE (or 0x764AFE) is known color: Medium Slate Blue. HEX triplet: 76, 4A and FE. RGB value is (118,74,254). Sum of RGB (Red+Green+Blue) = 118+74+254=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #764AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AFE is #89B501. Grayscale: #6B6B6B. Windows color (decimal): -9024770 or 16665206. OLE color: 16665206.

HSL color Cylindrical-coordinate representation of color #764AFE: hue angle of 254.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #764AFE is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 74 254 -
CMYK 0.54 0.71 0 0.00
HSL 254.67º 0.99% 0.64% -
HSV(B) 254.67º 0.71% 1% -
XYZ 27.81 15.9 95.37 -
YUV 107.68 210.58 135.36 -
System Red Green Blue C M Y K H S L
Decimal 118 74 254 0.54 0.71 0 0.00 254.67 0.99 0.64
Hex 76 4A FE 36 47 0 0 FF 63 40
Octal 166 112 376 66 107 0 0 377 143 100
Binary 1110110 1001010 11111110 110110 1000111 0 0 11111111 1100011 1000000

Color Harmonies of #764AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764AFE

Black with #764AFE

Text Example


Text Example

White with #764AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764AFE; }

 p { color: rgb(118,74,254); }

 H1.HeaderClassName
 {
   color: #764AFE;
 }
 .AnyTagClassName
 {
   color: #764AFE;
 }
</style>

background-color css

<style>
 a { background-color: #764AFE; }

 a { background-color: rgb(118,74,254); }

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

border-color css

<style>
 span { border-color: #764AFE; }

 span { border-color: rgb(118,74,254); }

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