Html Css Color HEX #764BFF Medium Slate Blue

📋 copy color: '#764BFF'

red 118 ◦ green 75 ◦ blue 255

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

Shades of Medium Slate Blue #764BFF

Tints of Medium Slate Blue #764BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 26.34%
G = 16.74%
B = 56.92%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#764BFF (or 0x764BFF) is known color: Medium Slate Blue. HEX triplet: 76, 4B and FF. RGB value is (118,75,255). Sum of RGB (Red+Green+Blue) = 118+75+255=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #764BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764BFF is #89B400. Grayscale: #6B6B6B. Windows color (decimal): -9024513 or 16730998. OLE color: 16730998.

HSL color Cylindrical-coordinate representation of color #764BFF: hue angle of 254.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #764BFF is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 75 255 -
CMYK 0.54 0.71 0 0
HSL 254.33º 1% 0.65% -
HSV(B) 254.33º 0.71% 1% -
XYZ 28.04 16.1 96.24 -
YUV 108.38 210.75 134.86 -
System Red Green Blue C M Y K H S L
Decimal 118 75 255 0.54 0.71 0 0 254.33 1 0.65
Hex 76 4B FF 36 47 0 0 FE 64 41
Octal 166 113 377 66 107 0 0 376 144 101
Binary 1110110 1001011 11111111 110110 1000111 0 0 11111110 1100100 1000001

Color Harmonies of #764BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BFF

Black with #764BFF

Text Example


Text Example

White with #764BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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