Html Css Color HEX #7F65DF Medium Slate Blue

📋 copy color: '#7F65DF'

red 127 ◦ green 101 ◦ blue 223

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

Shades of Medium Slate Blue #7F65DF

Tints of Medium Slate Blue #7F65DF

RGB

 RED value IS 127 (50% from 255) = 28.16%

 GREEN value IS 101 (39.84% from 255) = 22.39%

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

R = 28.16%
G = 22.39%
B = 49.45%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F65DF (or 0x7F65DF) is known color: Medium Slate Blue. HEX triplet: 7F, 65 and DF. RGB value is (127,101,223). Sum of RGB (Red+Green+Blue) = 127+101+223=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F65DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F65DF is #809A20. Grayscale: #7A7A7A. Windows color (decimal): -8428065 or 14640511. OLE color: 14640511.

HSL color Cylindrical-coordinate representation of color #7F65DF: hue angle of 252.79º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F65DF is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 101 223 -
CMYK 0.43 0.55 0 0.13
HSL 252.79º 0.66% 0.64% -
HSV(B) 252.79º 0.55% 0.87% -
XYZ 26.73 19.15 72.1 -
YUV 122.68 184.61 131.08 -
System Red Green Blue C M Y K H S L
Decimal 127 101 223 0.43 0.55 0 0.13 252.79 0.66 0.64
Hex 7F 65 DF 2B 37 0 D FD 42 40
Octal 177 145 337 53 67 0 15 375 102 100
Binary 1111111 1100101 11011111 101011 110111 0 1101 11111101 1000010 1000000

Color Harmonies of #7F65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F65DF

Black with #7F65DF

Text Example


Text Example

White with #7F65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F65DF; }

 p { color: rgb(127,101,223); }

 H1.HeaderClassName
 {
   color: #7F65DF;
 }
 .AnyTagClassName
 {
   color: #7F65DF;
 }
</style>

background-color css

<style>
 a { background-color: #7F65DF; }

 a { background-color: rgb(127,101,223); }

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

border-color css

<style>
 span { border-color: #7F65DF; }

 span { border-color: rgb(127,101,223); }

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