Html Css Color HEX #764BEC Medium Slate Blue

📋 copy color: '#764BEC'

red 118 ◦ green 75 ◦ blue 236

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

Shades of Medium Slate Blue #764BEC

Tints of Medium Slate Blue #764BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.48%

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 27.51%
G = 17.48%
B = 55.01%

CMYK

 C value IS 0.5

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#764BEC (or 0x764BEC) is known color: Medium Slate Blue. HEX triplet: 76, 4B and EC. RGB value is (118,75,236). Sum of RGB (Red+Green+Blue) = 118+75+236=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #764BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764BEC is #89B413. Grayscale: #696969. Windows color (decimal): -9024532 or 15485814. OLE color: 15485814.

HSL color Cylindrical-coordinate representation of color #764BEC: hue angle of 256.02º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #764BEC is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 75 236 -
CMYK 0.5 0.68 0 0.07
HSL 256.02º 0.81% 0.61% -
HSV(B) 256.02º 0.68% 0.93% -
XYZ 25.13 14.94 80.92 -
YUV 106.21 201.25 136.41 -
System Red Green Blue C M Y K H S L
Decimal 118 75 236 0.5 0.68 0 0.07 256.02 0.81 0.61
Hex 76 4B EC 32 44 0 7 100 51 3D
Octal 166 113 354 62 104 0 7 400 121 75
Binary 1110110 1001011 11101100 110010 1000100 0 111 100000000 1010001 111101

Color Harmonies of #764BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BEC

Black with #764BEC

Text Example


Text Example

White with #764BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,75,236); }

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

background-color css

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

 a { background-color: rgb(118,75,236); }

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

border-color css

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

 span { border-color: rgb(118,75,236); }

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