Html Css Color HEX #764AF8 Medium Slate Blue

📋 copy color: '#764AF8'

red 118 ◦ green 74 ◦ blue 248

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

Shades of Medium Slate Blue #764AF8

Tints of Medium Slate Blue #764AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.82%

 BLUE value IS 248 (97.27% from 255) = 56.36%

R = 26.82%
G = 16.82%
B = 56.36%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#764AF8 (or 0x764AF8) is known color: Medium Slate Blue. HEX triplet: 76, 4A and F8. RGB value is (118,74,248). Sum of RGB (Red+Green+Blue) = 118+74+248=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #764AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AF8 is #89B507. Grayscale: #6A6A6A. Windows color (decimal): -9024776 or 16271990. OLE color: 16271990.

HSL color Cylindrical-coordinate representation of color #764AF8: hue angle of 255.17º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764AF8 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 74 248 -
CMYK 0.52 0.70 0 0.03
HSL 255.17º 0.93% 0.63% -
HSV(B) 255.17º 0.7% 0.97% -
XYZ 26.86 15.53 90.39 -
YUV 106.99 207.58 135.85 -
System Red Green Blue C M Y K H S L
Decimal 118 74 248 0.52 0.70 0 0.03 255.17 0.93 0.63
Hex 76 4A F8 34 46 0 3 FF 5D 3F
Octal 166 112 370 64 106 0 3 377 135 77
Binary 1110110 1001010 11111000 110100 1000110 0 11 11111111 1011101 111111

Color Harmonies of #764AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764AF8

Black with #764AF8

Text Example


Text Example

White with #764AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,74,248); }

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

background-color css

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

 a { background-color: rgb(118,74,248); }

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

border-color css

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

 span { border-color: rgb(118,74,248); }

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