Html Css Color HEX #765FEF Medium Slate Blue

📋 copy color: '#765FEF'

red 118 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #765FEF

Tints of Medium Slate Blue #765FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 26.11%
G = 21.02%
B = 52.88%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#765FEF (or 0x765FEF) is known color: Medium Slate Blue. HEX triplet: 76, 5F and EF. RGB value is (118,95,239). Sum of RGB (Red+Green+Blue) = 118+95+239=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #765FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765FEF is #89A010. Grayscale: #757575. Windows color (decimal): -9019409 or 15687542. OLE color: 15687542.

HSL color Cylindrical-coordinate representation of color #765FEF: hue angle of 249.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #765FEF is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 95 239 -
CMYK 0.51 0.60 0 0.06
HSL 249.58º 0.82% 0.65% -
HSV(B) 249.58º 0.6% 0.94% -
XYZ 27.14 18.27 83.76 -
YUV 118.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 118 95 239 0.51 0.60 0 0.06 249.58 0.82 0.65
Hex 76 5F EF 33 3C 0 6 FA 52 41
Octal 166 137 357 63 74 0 6 372 122 101
Binary 1110110 1011111 11101111 110011 111100 0 110 11111010 1010010 1000001

Color Harmonies of #765FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FEF

Black with #765FEF

Text Example


Text Example

White with #765FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,95,239); }

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

background-color css

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

 a { background-color: rgb(118,95,239); }

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

border-color css

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

 span { border-color: rgb(118,95,239); }

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