Html Css Color HEX #7F75EC Medium Slate Blue

📋 copy color: '#7F75EC'

red 127 ◦ green 117 ◦ blue 236

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

Shades of Medium Slate Blue #7F75EC

Tints of Medium Slate Blue #7F75EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.38%

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 26.46%
G = 24.38%
B = 49.17%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F75EC (or 0x7F75EC) is known color: Medium Slate Blue. HEX triplet: 7F, 75 and EC. RGB value is (127,117,236). Sum of RGB (Red+Green+Blue) = 127+117+236=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F75EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F75EC is #808A13. Grayscale: #858585. Windows color (decimal): -8423956 or 15496575. OLE color: 15496575.

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

Color convert

RGB 127 117 236 -
CMYK 0.46 0.50 0 0.07
HSL 245.04º 0.76% 0.69% -
HSV(B) 245.04º 0.5% 0.93% -
XYZ 30.25 23.29 82.26 -
YUV 133.56 185.81 123.32 -
System Red Green Blue C M Y K H S L
Decimal 127 117 236 0.46 0.50 0 0.07 245.04 0.76 0.69
Hex 7F 75 EC 2E 32 0 7 F5 4C 45
Octal 177 165 354 56 62 0 7 365 114 105
Binary 1111111 1110101 11101100 101110 110010 0 111 11110101 1001100 1000101

Color Harmonies of #7F75EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F75EC

Black with #7F75EC

Text Example


Text Example

White with #7F75EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,236); }

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

background-color css

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

 a { background-color: rgb(127,117,236); }

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

border-color css

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

 span { border-color: rgb(127,117,236); }

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