Html Css Color HEX #764EE8 Medium Slate Blue

📋 copy color: '#764EE8'

red 118 ◦ green 78 ◦ blue 232

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

Shades of Medium Slate Blue #764EE8

Tints of Medium Slate Blue #764EE8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.22%

 BLUE value IS 232 (91.02% from 255) = 54.21%

R = 27.57%
G = 18.22%
B = 54.21%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#764EE8 (or 0x764EE8) is known color: Medium Slate Blue. HEX triplet: 76, 4E and E8. RGB value is (118,78,232). Sum of RGB (Red+Green+Blue) = 118+78+232=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #764EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EE8 is #89B117. Grayscale: #6A6A6A. Windows color (decimal): -9023768 or 15224438. OLE color: 15224438.

HSL color Cylindrical-coordinate representation of color #764EE8: hue angle of 255.58º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764EE8 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 78 232 -
CMYK 0.49 0.66 0 0.09
HSL 255.58º 0.77% 0.61% -
HSV(B) 255.58º 0.66% 0.91% -
XYZ 24.76 15.13 77.96 -
YUV 107.52 198.25 135.48 -
System Red Green Blue C M Y K H S L
Decimal 118 78 232 0.49 0.66 0 0.09 255.58 0.77 0.61
Hex 76 4E E8 31 42 0 9 100 4D 3D
Octal 166 116 350 61 102 0 11 400 115 75
Binary 1110110 1001110 11101000 110001 1000010 0 1001 100000000 1001101 111101

Color Harmonies of #764EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EE8

Black with #764EE8

Text Example


Text Example

White with #764EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,78,232); }

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

background-color css

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

 a { background-color: rgb(118,78,232); }

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

border-color css

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

 span { border-color: rgb(118,78,232); }

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