Html Css Color HEX #764DFA Medium Slate Blue

📋 copy color: '#764DFA'

red 118 ◦ green 77 ◦ blue 250

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

Shades of Medium Slate Blue #764DFA

Tints of Medium Slate Blue #764DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.3%

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 26.52%
G = 17.3%
B = 56.18%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#764DFA (or 0x764DFA) is known color: Medium Slate Blue. HEX triplet: 76, 4D and FA. RGB value is (118,77,250). Sum of RGB (Red+Green+Blue) = 118+77+250=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #764DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764DFA is #89B205. Grayscale: #6C6C6C. Windows color (decimal): -9024006 or 16403830. OLE color: 16403830.

HSL color Cylindrical-coordinate representation of color #764DFA: hue angle of 254.22º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764DFA is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 77 250 -
CMYK 0.53 0.69 0 0.02
HSL 254.22º 0.95% 0.64% -
HSV(B) 254.22º 0.69% 0.98% -
XYZ 27.38 16.06 92.1 -
YUV 108.98 207.58 134.43 -
System Red Green Blue C M Y K H S L
Decimal 118 77 250 0.53 0.69 0 0.02 254.22 0.95 0.64
Hex 76 4D FA 35 45 0 2 FE 5F 40
Octal 166 115 372 65 105 0 2 376 137 100
Binary 1110110 1001101 11111010 110101 1000101 0 10 11111110 1011111 1000000

Color Harmonies of #764DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DFA

Black with #764DFA

Text Example


Text Example

White with #764DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,250); }

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

background-color css

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

 a { background-color: rgb(118,77,250); }

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

border-color css

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

 span { border-color: rgb(118,77,250); }

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