Html Css Color HEX #7F64E9 Medium Slate Blue

📋 copy color: '#7F64E9'

red 127 ◦ green 100 ◦ blue 233

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

Shades of Medium Slate Blue #7F64E9

Tints of Medium Slate Blue #7F64E9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.74%

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

R = 27.61%
G = 21.74%
B = 50.65%

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

#7F64E9 (or 0x7F64E9) is known color: Medium Slate Blue. HEX triplet: 7F, 64 and E9. RGB value is (127,100,233). Sum of RGB (Red+Green+Blue) = 127+100+233=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F64E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F64E9 is #809B16. Grayscale: #7A7A7A. Windows color (decimal): -8428311 or 15295615. OLE color: 15295615.

HSL color Cylindrical-coordinate representation of color #7F64E9: hue angle of 252.18º 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 #7F64E9 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 100 233 -
CMYK 0.45 0.57 0 0.09
HSL 252.18º 0.75% 0.65% -
HSV(B) 252.18º 0.57% 0.91% -
XYZ 28.02 19.51 79.38 -
YUV 123.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 127 100 233 0.45 0.57 0 0.09 252.18 0.75 0.65
Hex 7F 64 E9 2D 39 0 9 FC 4B 41
Octal 177 144 351 55 71 0 11 374 113 101
Binary 1111111 1100100 11101001 101101 111001 0 1001 11111100 1001011 1000001

Color Harmonies of #7F64E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F64E9

Black with #7F64E9

Text Example


Text Example

White with #7F64E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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