Html Css Color HEX #765DFC Medium Slate Blue

📋 copy color: '#765DFC'

red 118 ◦ green 93 ◦ blue 252

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

Shades of Medium Slate Blue #765DFC

Tints of Medium Slate Blue #765DFC

RGB

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

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

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

R = 25.49%
G = 20.09%
B = 54.43%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#765DFC (or 0x765DFC) is known color: Medium Slate Blue. HEX triplet: 76, 5D and FC. RGB value is (118,93,252). Sum of RGB (Red+Green+Blue) = 118+93+252=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #765DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765DFC is #89A203. Grayscale: #757575. Windows color (decimal): -9019908 or 16538998. OLE color: 16538998.

HSL color Cylindrical-coordinate representation of color #765DFC: hue angle of 249.43º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #765DFC is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 93 252 -
CMYK 0.53 0.63 0 0.01
HSL 249.43º 0.96% 0.68% -
HSV(B) 249.43º 0.63% 0.99% -
XYZ 28.96 18.71 94.18 -
YUV 118.6 203.28 127.57 -
System Red Green Blue C M Y K H S L
Decimal 118 93 252 0.53 0.63 0 0.01 249.43 0.96 0.68
Hex 76 5D FC 35 3F 0 1 F9 60 44
Octal 166 135 374 65 77 0 1 371 140 104
Binary 1110110 1011101 11111100 110101 111111 0 1 11111001 1100000 1000100

Color Harmonies of #765DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DFC

Black with #765DFC

Text Example


Text Example

White with #765DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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