Html Css Color HEX #7F7AED Medium Slate Blue

📋 copy color: '#7F7AED'

red 127 ◦ green 122 ◦ blue 237

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

Shades of Medium Slate Blue #7F7AED

Tints of Medium Slate Blue #7F7AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.1%

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 26.13%
G = 25.1%
B = 48.77%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F7AED (or 0x7F7AED) is known color: Medium Slate Blue. HEX triplet: 7F, 7A and ED. RGB value is (127,122,237). Sum of RGB (Red+Green+Blue) = 127+122+237=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F7AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7AED is #808512. Grayscale: #888888. Windows color (decimal): -8422675 or 15563391. OLE color: 15563391.

HSL color Cylindrical-coordinate representation of color #7F7AED: hue angle of 242.61º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F7AED is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 122 237 -
CMYK 0.46 0.49 0 0.07
HSL 242.61º 0.76% 0.7% -
HSV(B) 242.61º 0.49% 0.93% -
XYZ 31 24.55 83.22 -
YUV 136.61 184.66 121.15 -
System Red Green Blue C M Y K H S L
Decimal 127 122 237 0.46 0.49 0 0.07 242.61 0.76 0.7
Hex 7F 7A ED 2E 31 0 7 F3 4C 46
Octal 177 172 355 56 61 0 7 363 114 106
Binary 1111111 1111010 11101101 101110 110001 0 111 11110011 1001100 1000110

Color Harmonies of #7F7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7AED

Black with #7F7AED

Text Example


Text Example

White with #7F7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,122,237); }

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

background-color css

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

 a { background-color: rgb(127,122,237); }

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

border-color css

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

 span { border-color: rgb(127,122,237); }

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