Html Css Color HEX #765DF7 Medium Slate Blue

📋 copy color: '#765DF7'

red 118 ◦ green 93 ◦ blue 247

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

Shades of Medium Slate Blue #765DF7

Tints of Medium Slate Blue #765DF7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.31%

 BLUE value IS 247 (96.88% from 255) = 53.93%

R = 25.76%
G = 20.31%
B = 53.93%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#765DF7 (or 0x765DF7) is known color: Medium Slate Blue. HEX triplet: 76, 5D and F7. RGB value is (118,93,247). Sum of RGB (Red+Green+Blue) = 118+93+247=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #765DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765DF7 is #89A208. Grayscale: #757575. Windows color (decimal): -9019913 or 16211318. OLE color: 16211318.

HSL color Cylindrical-coordinate representation of color #765DF7: hue angle of 249.74º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #765DF7 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 93 247 -
CMYK 0.52 0.62 0 0.03
HSL 249.74º 0.91% 0.67% -
HSV(B) 249.74º 0.62% 0.97% -
XYZ 28.17 18.4 90.06 -
YUV 118.03 200.78 127.98 -
System Red Green Blue C M Y K H S L
Decimal 118 93 247 0.52 0.62 0 0.03 249.74 0.91 0.67
Hex 76 5D F7 34 3E 0 3 FA 5B 43
Octal 166 135 367 64 76 0 3 372 133 103
Binary 1110110 1011101 11110111 110100 111110 0 11 11111010 1011011 1000011

Color Harmonies of #765DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DF7

Black with #765DF7

Text Example


Text Example

White with #765DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765DF7; }

 p { color: rgb(118,93,247); }

 H1.HeaderClassName
 {
   color: #765DF7;
 }
 .AnyTagClassName
 {
   color: #765DF7;
 }
</style>

background-color css

<style>
 a { background-color: #765DF7; }

 a { background-color: rgb(118,93,247); }

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

border-color css

<style>
 span { border-color: #765DF7; }

 span { border-color: rgb(118,93,247); }

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