Html Css Color HEX #764CED Medium Slate Blue

📋 copy color: '#764CED'

red 118 ◦ green 76 ◦ blue 237

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

Shades of Medium Slate Blue #764CED

Tints of Medium Slate Blue #764CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 27.38%
G = 17.63%
B = 54.99%

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

#764CED (or 0x764CED) is known color: Medium Slate Blue. HEX triplet: 76, 4C and ED. RGB value is (118,76,237). Sum of RGB (Red+Green+Blue) = 118+76+237=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #764CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764CED is #89B312. Grayscale: #6A6A6A. Windows color (decimal): -9024275 or 15551606. OLE color: 15551606.

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

Color convert

RGB 118 76 237 -
CMYK 0.50 0.68 0 0.07
HSL 255.65º 0.82% 0.61% -
HSV(B) 255.65º 0.68% 0.93% -
XYZ 25.34 15.13 81.71 -
YUV 106.91 201.41 135.91 -
System Red Green Blue C M Y K H S L
Decimal 118 76 237 0.50 0.68 0 0.07 255.65 0.82 0.61
Hex 76 4C ED 32 44 0 7 100 52 3D
Octal 166 114 355 62 104 0 7 400 122 75
Binary 1110110 1001100 11101101 110010 1000100 0 111 100000000 1010010 111101

Color Harmonies of #764CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CED

Black with #764CED

Text Example


Text Example

White with #764CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,76,237); }

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

background-color css

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

 a { background-color: rgb(118,76,237); }

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

border-color css

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

 span { border-color: rgb(118,76,237); }

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