Html Css Color HEX #7F65E9 Medium Slate Blue

📋 copy color: '#7F65E9'

red 127 ◦ green 101 ◦ blue 233

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

Shades of Medium Slate Blue #7F65E9

Tints of Medium Slate Blue #7F65E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.54%

R = 27.55%
G = 21.91%
B = 50.54%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7F65E9 (or 0x7F65E9) is known color: Medium Slate Blue. HEX triplet: 7F, 65 and E9. RGB value is (127,101,233). Sum of RGB (Red+Green+Blue) = 127+101+233=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F65E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F65E9 is #809A16. Grayscale: #7B7B7B. Windows color (decimal): -8428055 or 15295871. OLE color: 15295871.

HSL color Cylindrical-coordinate representation of color #7F65E9: hue angle of 251.82º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F65E9 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 101 233 -
CMYK 0.45 0.57 0 0.09
HSL 251.82º 0.75% 0.65% -
HSV(B) 251.82º 0.57% 0.91% -
XYZ 28.11 19.7 79.41 -
YUV 123.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 127 101 233 0.45 0.57 0 0.09 251.82 0.75 0.65
Hex 7F 65 E9 2D 39 0 9 FC 4B 41
Octal 177 145 351 55 71 0 11 374 113 101
Binary 1111111 1100101 11101001 101101 111001 0 1001 11111100 1001011 1000001

Color Harmonies of #7F65E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F65E9

Black with #7F65E9

Text Example


Text Example

White with #7F65E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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