Html Css Color HEX #765EFF Medium Slate Blue

📋 copy color: '#765EFF'

red 118 ◦ green 94 ◦ blue 255

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

Shades of Medium Slate Blue #765EFF

Tints of Medium Slate Blue #765EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.13%

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

R = 25.27%
G = 20.13%
B = 54.6%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#765EFF (or 0x765EFF) is known color: Medium Slate Blue. HEX triplet: 76, 5E and FF. RGB value is (118,94,255). Sum of RGB (Red+Green+Blue) = 118+94+255=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #765EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765EFF is #89A100. Grayscale: #767676. Windows color (decimal): -9019649 or 16735862. OLE color: 16735862.

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

Color convert

RGB 118 94 255 -
CMYK 0.54 0.63 0 0
HSL 248.94º 1% 0.68% -
HSV(B) 248.94º 0.63% 1% -
XYZ 29.52 19.08 96.73 -
YUV 119.53 204.45 126.91 -
System Red Green Blue C M Y K H S L
Decimal 118 94 255 0.54 0.63 0 0 248.94 1 0.68
Hex 76 5E FF 36 3F 0 0 F9 64 44
Octal 166 136 377 66 77 0 0 371 144 104
Binary 1110110 1011110 11111111 110110 111111 0 0 11111001 1100100 1000100

Color Harmonies of #765EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765EFF

Black with #765EFF

Text Example


Text Example

White with #765EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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