Html Css Color HEX #765DFF Medium Slate Blue

📋 copy color: '#765DFF'

red 118 ◦ green 93 ◦ blue 255

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

Shades of Medium Slate Blue #765DFF

Tints of Medium Slate Blue #765DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 25.32%
G = 19.96%
B = 54.72%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#765DFF (or 0x765DFF) is known color: Medium Slate Blue. HEX triplet: 76, 5D and FF. RGB value is (118,93,255). Sum of RGB (Red+Green+Blue) = 118+93+255=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #765DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765DFF is #89A200. Grayscale: #767676. Windows color (decimal): -9019905 or 16735606. OLE color: 16735606.

HSL color Cylindrical-coordinate representation of color #765DFF: hue angle of 249.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #765DFF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 93 255 -
CMYK 0.54 0.64 0 0
HSL 249.26º 1% 0.68% -
HSV(B) 249.26º 0.64% 1% -
XYZ 29.44 18.9 96.7 -
YUV 118.94 204.78 127.33 -
System Red Green Blue C M Y K H S L
Decimal 118 93 255 0.54 0.64 0 0 249.26 1 0.68
Hex 76 5D FF 36 40 0 0 F9 64 44
Octal 166 135 377 66 100 0 0 371 144 104
Binary 1110110 1011101 11111111 110110 1000000 0 0 11111001 1100100 1000100

Color Harmonies of #765DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DFF

Black with #765DFF

Text Example


Text Example

White with #765DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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