Html Css Color HEX #764AEB Medium Slate Blue

📋 copy color: '#764AEB'

red 118 ◦ green 74 ◦ blue 235

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

Shades of Medium Slate Blue #764AEB

Tints of Medium Slate Blue #764AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 27.63%
G = 17.33%
B = 55.04%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#764AEB (or 0x764AEB) is known color: Medium Slate Blue. HEX triplet: 76, 4A and EB. RGB value is (118,74,235). Sum of RGB (Red+Green+Blue) = 118+74+235=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #764AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AEB is #89B514. Grayscale: #686868. Windows color (decimal): -9024789 or 15420022. OLE color: 15420022.

HSL color Cylindrical-coordinate representation of color #764AEB: hue angle of 256.4º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764AEB is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 74 235 -
CMYK 0.50 0.69 0 0.08
HSL 256.4º 0.8% 0.61% -
HSV(B) 256.4º 0.69% 0.92% -
XYZ 24.92 14.75 80.13 -
YUV 105.51 201.08 136.91 -
System Red Green Blue C M Y K H S L
Decimal 118 74 235 0.50 0.69 0 0.08 256.4 0.8 0.61
Hex 76 4A EB 32 45 0 8 100 50 3D
Octal 166 112 353 62 105 0 10 400 120 75
Binary 1110110 1001010 11101011 110010 1000101 0 1000 100000000 1010000 111101

Color Harmonies of #764AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764AEB

Black with #764AEB

Text Example


Text Example

White with #764AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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