Html Css Color HEX #7F65E5 Medium Slate Blue

📋 copy color: '#7F65E5'

red 127 ◦ green 101 ◦ blue 229

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

Shades of Medium Slate Blue #7F65E5

Tints of Medium Slate Blue #7F65E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.11%

R = 27.79%
G = 22.1%
B = 50.11%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7F65E5 (or 0x7F65E5) is known color: Medium Slate Blue. HEX triplet: 7F, 65 and E5. RGB value is (127,101,229). Sum of RGB (Red+Green+Blue) = 127+101+229=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F65E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F65E5 is #809A1A. Grayscale: #7A7A7A. Windows color (decimal): -8428059 or 15033727. OLE color: 15033727.

HSL color Cylindrical-coordinate representation of color #7F65E5: hue angle of 252.19º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F65E5 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 127 101 229 -
CMYK 0.45 0.56 0 0.10
HSL 252.19º 0.71% 0.65% -
HSV(B) 252.19º 0.56% 0.9% -
XYZ 27.55 19.48 76.44 -
YUV 123.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 127 101 229 0.45 0.56 0 0.10 252.19 0.71 0.65
Hex 7F 65 E5 2D 38 0 A FC 47 41
Octal 177 145 345 55 70 0 12 374 107 101
Binary 1111111 1100101 11100101 101101 111000 0 1010 11111100 1000111 1000001

Color Harmonies of #7F65E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F65E5

Black with #7F65E5

Text Example


Text Example

White with #7F65E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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