Html Css Color HEX #764CF8 Medium Slate Blue

📋 copy color: '#764CF8'

red 118 ◦ green 76 ◦ blue 248

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

Shades of Medium Slate Blue #764CF8

Tints of Medium Slate Blue #764CF8

RGB

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

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

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

R = 26.7%
G = 17.19%
B = 56.11%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#764CF8 (or 0x764CF8) is known color: Medium Slate Blue. HEX triplet: 76, 4C and F8. RGB value is (118,76,248). Sum of RGB (Red+Green+Blue) = 118+76+248=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #764CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764CF8 is #89B307. Grayscale: #6B6B6B. Windows color (decimal): -9024264 or 16272502. OLE color: 16272502.

HSL color Cylindrical-coordinate representation of color #764CF8: hue angle of 254.65º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764CF8 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 76 248 -
CMYK 0.52 0.69 0 0.03
HSL 254.65º 0.92% 0.64% -
HSV(B) 254.65º 0.69% 0.97% -
XYZ 27 15.8 90.43 -
YUV 108.17 206.91 135.01 -
System Red Green Blue C M Y K H S L
Decimal 118 76 248 0.52 0.69 0 0.03 254.65 0.92 0.64
Hex 76 4C F8 34 45 0 3 FF 5C 40
Octal 166 114 370 64 105 0 3 377 134 100
Binary 1110110 1001100 11111000 110100 1000101 0 11 11111111 1011100 1000000

Color Harmonies of #764CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CF8

Black with #764CF8

Text Example


Text Example

White with #764CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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