Html Css Color HEX #7F5FEA Medium Slate Blue

📋 copy color: '#7F5FEA'

red 127 ◦ green 95 ◦ blue 234

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

Shades of Medium Slate Blue #7F5FEA

Tints of Medium Slate Blue #7F5FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.83%

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 27.85%
G = 20.83%
B = 51.32%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F5FEA (or 0x7F5FEA) is known color: Medium Slate Blue. HEX triplet: 7F, 5F and EA. RGB value is (127,95,234). Sum of RGB (Red+Green+Blue) = 127+95+234=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F5FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5FEA is #80A015. Grayscale: #777777. Windows color (decimal): -8429590 or 15359871. OLE color: 15359871.

HSL color Cylindrical-coordinate representation of color #7F5FEA: hue angle of 253.81º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F5FEA is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 95 234 -
CMYK 0.46 0.59 0 0.08
HSL 253.81º 0.77% 0.65% -
HSV(B) 253.81º 0.59% 0.92% -
XYZ 27.7 18.64 79.98 -
YUV 120.41 192.1 132.7 -
System Red Green Blue C M Y K H S L
Decimal 127 95 234 0.46 0.59 0 0.08 253.81 0.77 0.65
Hex 7F 5F EA 2E 3B 0 8 FE 4D 41
Octal 177 137 352 56 73 0 10 376 115 101
Binary 1111111 1011111 11101010 101110 111011 0 1000 11111110 1001101 1000001

Color Harmonies of #7F5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5FEA

Black with #7F5FEA

Text Example


Text Example

White with #7F5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,95,234); }

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

background-color css

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

 a { background-color: rgb(127,95,234); }

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

border-color css

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

 span { border-color: rgb(127,95,234); }

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