Html Css Color HEX #764BFC Medium Slate Blue

📋 copy color: '#764BFC'

red 118 ◦ green 75 ◦ blue 252

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

Shades of Medium Slate Blue #764BFC

Tints of Medium Slate Blue #764BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 26.52%
G = 16.85%
B = 56.63%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#764BFC (or 0x764BFC) is known color: Medium Slate Blue. HEX triplet: 76, 4B and FC. RGB value is (118,75,252). Sum of RGB (Red+Green+Blue) = 118+75+252=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #764BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764BFC is #89B403. Grayscale: #6B6B6B. Windows color (decimal): -9024516 or 16534390. OLE color: 16534390.

HSL color Cylindrical-coordinate representation of color #764BFC: hue angle of 254.58º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764BFC is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 75 252 -
CMYK 0.53 0.70 0 0.01
HSL 254.58º 0.97% 0.64% -
HSV(B) 254.58º 0.7% 0.99% -
XYZ 27.56 15.91 93.71 -
YUV 108.04 209.25 135.11 -
System Red Green Blue C M Y K H S L
Decimal 118 75 252 0.53 0.70 0 0.01 254.58 0.97 0.64
Hex 76 4B FC 35 46 0 1 FF 61 40
Octal 166 113 374 65 106 0 1 377 141 100
Binary 1110110 1001011 11111100 110101 1000110 0 1 11111111 1100001 1000000

Color Harmonies of #764BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BFC

Black with #764BFC

Text Example


Text Example

White with #764BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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