Html Css Color HEX #765BDF Medium Slate Blue

📋 copy color: '#765BDF'

red 118 ◦ green 91 ◦ blue 223

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

Shades of Medium Slate Blue #765BDF

Tints of Medium Slate Blue #765BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.06%

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 27.31%
G = 21.06%
B = 51.62%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#765BDF (or 0x765BDF) is known color: Medium Slate Blue. HEX triplet: 76, 5B and DF. RGB value is (118,91,223). Sum of RGB (Red+Green+Blue) = 118+91+223=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #765BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BDF is #89A420. Grayscale: #717171. Windows color (decimal): -9020449 or 14637942. OLE color: 14637942.

HSL color Cylindrical-coordinate representation of color #765BDF: hue angle of 252.27º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765BDF is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 91 223 -
CMYK 0.47 0.59 0 0.13
HSL 252.27º 0.67% 0.62% -
HSV(B) 252.27º 0.59% 0.87% -
XYZ 24.53 16.66 71.74 -
YUV 114.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 118 91 223 0.47 0.59 0 0.13 252.27 0.67 0.62
Hex 76 5B DF 2F 3B 0 D FC 43 3E
Octal 166 133 337 57 73 0 15 374 103 76
Binary 1110110 1011011 11011111 101111 111011 0 1101 11111100 1000011 111110

Color Harmonies of #765BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BDF

Black with #765BDF

Text Example


Text Example

White with #765BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,91,223); }

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

background-color css

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

 a { background-color: rgb(118,91,223); }

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

border-color css

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

 span { border-color: rgb(118,91,223); }

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