Html Css Color HEX #764EEA Medium Slate Blue

📋 copy color: '#764EEA'

red 118 ◦ green 78 ◦ blue 234

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

Shades of Medium Slate Blue #764EEA

Tints of Medium Slate Blue #764EEA

RGB

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

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

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

R = 27.44%
G = 18.14%
B = 54.42%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#764EEA (or 0x764EEA) is known color: Medium Slate Blue. HEX triplet: 76, 4E and EA. RGB value is (118,78,234). Sum of RGB (Red+Green+Blue) = 118+78+234=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #764EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EEA is #89B115. Grayscale: #6B6B6B. Windows color (decimal): -9023766 or 15355510. OLE color: 15355510.

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

Color convert

RGB 118 78 234 -
CMYK 0.50 0.67 0 0.08
HSL 255.38º 0.79% 0.61% -
HSV(B) 255.38º 0.67% 0.92% -
XYZ 25.05 15.24 79.46 -
YUV 107.74 199.25 135.32 -
System Red Green Blue C M Y K H S L
Decimal 118 78 234 0.50 0.67 0 0.08 255.38 0.79 0.61
Hex 76 4E EA 32 43 0 8 FF 4F 3D
Octal 166 116 352 62 103 0 10 377 117 75
Binary 1110110 1001110 11101010 110010 1000011 0 1000 11111111 1001111 111101

Color Harmonies of #764EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EEA

Black with #764EEA

Text Example


Text Example

White with #764EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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