Html Css Color HEX #765EFE Medium Slate Blue

📋 copy color: '#765EFE'

red 118 ◦ green 94 ◦ blue 254

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

Shades of Medium Slate Blue #765EFE

Tints of Medium Slate Blue #765EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.51%

R = 25.32%
G = 20.17%
B = 54.51%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#765EFE (or 0x765EFE) is known color: Medium Slate Blue. HEX triplet: 76, 5E and FE. RGB value is (118,94,254). Sum of RGB (Red+Green+Blue) = 118+94+254=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #765EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765EFE is #89A101. Grayscale: #767676. Windows color (decimal): -9019650 or 16670326. OLE color: 16670326.

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

Color convert

RGB 118 94 254 -
CMYK 0.54 0.63 0 0.00
HSL 249º 0.99% 0.68% -
HSV(B) 249º 0.63% 1% -
XYZ 29.36 19.01 95.89 -
YUV 119.42 203.95 126.99 -
System Red Green Blue C M Y K H S L
Decimal 118 94 254 0.54 0.63 0 0.00 249 0.99 0.68
Hex 76 5E FE 36 3F 0 0 F9 63 44
Octal 166 136 376 66 77 0 0 371 143 104
Binary 1110110 1011110 11111110 110110 111111 0 0 11111001 1100011 1000100

Color Harmonies of #765EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765EFE

Black with #765EFE

Text Example


Text Example

White with #765EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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