Html Css Color HEX #764BEA Medium Slate Blue

📋 copy color: '#764BEA'

red 118 ◦ green 75 ◦ blue 234

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

Shades of Medium Slate Blue #764BEA

Tints of Medium Slate Blue #764BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 27.63%
G = 17.56%
B = 54.8%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#764BEA (or 0x764BEA) is known color: Medium Slate Blue. HEX triplet: 76, 4B and EA. RGB value is (118,75,234). Sum of RGB (Red+Green+Blue) = 118+75+234=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #764BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764BEA is #89B415. Grayscale: #696969. Windows color (decimal): -9024534 or 15354742. OLE color: 15354742.

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

Color convert

RGB 118 75 234 -
CMYK 0.50 0.68 0 0.08
HSL 256.23º 0.79% 0.61% -
HSV(B) 256.23º 0.68% 0.92% -
XYZ 24.84 14.82 79.39 -
YUV 105.98 200.25 136.57 -
System Red Green Blue C M Y K H S L
Decimal 118 75 234 0.50 0.68 0 0.08 256.23 0.79 0.61
Hex 76 4B EA 32 44 0 8 100 4F 3D
Octal 166 113 352 62 104 0 10 400 117 75
Binary 1110110 1001011 11101010 110010 1000100 0 1000 100000000 1001111 111101

Color Harmonies of #764BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BEA

Black with #764BEA

Text Example


Text Example

White with #764BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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