Html Css Color HEX #765FDF Medium Slate Blue

📋 copy color: '#765FDF'

red 118 ◦ green 95 ◦ blue 223

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

Shades of Medium Slate Blue #765FDF

Tints of Medium Slate Blue #765FDF

RGB

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

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

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

R = 27.06%
G = 21.79%
B = 51.15%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#765FDF (or 0x765FDF) is known color: Medium Slate Blue. HEX triplet: 76, 5F and DF. RGB value is (118,95,223). Sum of RGB (Red+Green+Blue) = 118+95+223=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #765FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FDF is #89A020. Grayscale: #737373. Windows color (decimal): -9019425 or 14638966. OLE color: 14638966.

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

Color convert

RGB 118 95 223 -
CMYK 0.47 0.57 0 0.13
HSL 250.78º 0.67% 0.62% -
HSV(B) 250.78º 0.57% 0.87% -
XYZ 24.88 17.36 71.85 -
YUV 116.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 118 95 223 0.47 0.57 0 0.13 250.78 0.67 0.62
Hex 76 5F DF 2F 39 0 D FB 43 3E
Octal 166 137 337 57 71 0 15 373 103 76
Binary 1110110 1011111 11011111 101111 111001 0 1101 11111011 1000011 111110

Color Harmonies of #765FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FDF

Black with #765FDF

Text Example


Text Example

White with #765FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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