Html Css Color HEX #764BEE Medium Slate Blue

📋 copy color: '#764BEE'

red 118 ◦ green 75 ◦ blue 238

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

Shades of Medium Slate Blue #764BEE

Tints of Medium Slate Blue #764BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.22%

R = 27.38%
G = 17.4%
B = 55.22%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#764BEE (or 0x764BEE) is known color: Medium Slate Blue. HEX triplet: 76, 4B and EE. RGB value is (118,75,238). Sum of RGB (Red+Green+Blue) = 118+75+238=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #764BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764BEE is #89B411. Grayscale: #696969. Windows color (decimal): -9024530 or 15616886. OLE color: 15616886.

HSL color Cylindrical-coordinate representation of color #764BEE: hue angle of 255.83º degrees, saturation: 0.83, 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 #764BEE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 75 238 -
CMYK 0.50 0.68 0 0.07
HSL 255.83º 0.83% 0.61% -
HSV(B) 255.83º 0.68% 0.93% -
XYZ 25.42 15.06 82.46 -
YUV 106.44 202.25 136.25 -
System Red Green Blue C M Y K H S L
Decimal 118 75 238 0.50 0.68 0 0.07 255.83 0.83 0.61
Hex 76 4B EE 32 44 0 7 100 53 3D
Octal 166 113 356 62 104 0 7 400 123 75
Binary 1110110 1001011 11101110 110010 1000100 0 111 100000000 1010011 111101

Color Harmonies of #764BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BEE

Black with #764BEE

Text Example


Text Example

White with #764BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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