Html Css Color HEX #7F75E9 Medium Slate Blue

📋 copy color: '#7F75E9'

red 127 ◦ green 117 ◦ blue 233

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

Shades of Medium Slate Blue #7F75E9

Tints of Medium Slate Blue #7F75E9

RGB

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

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

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

R = 26.62%
G = 24.53%
B = 48.85%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7F75E9 (or 0x7F75E9) is known color: Medium Slate Blue. HEX triplet: 7F, 75 and E9. RGB value is (127,117,233). Sum of RGB (Red+Green+Blue) = 127+117+233=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F75E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F75E9 is #808A16. Grayscale: #848484. Windows color (decimal): -8423959 or 15299967. OLE color: 15299967.

HSL color Cylindrical-coordinate representation of color #7F75E9: hue angle of 245.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F75E9 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 117 233 -
CMYK 0.45 0.50 0 0.09
HSL 245.17º 0.73% 0.69% -
HSV(B) 245.17º 0.5% 0.91% -
XYZ 29.82 23.12 79.98 -
YUV 133.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 127 117 233 0.45 0.50 0 0.09 245.17 0.73 0.69
Hex 7F 75 E9 2D 32 0 9 F5 48 45
Octal 177 165 351 55 62 0 11 365 110 105
Binary 1111111 1110101 11101001 101101 110010 0 1001 11110101 1001000 1000101

Color Harmonies of #7F75E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F75E9

Black with #7F75E9

Text Example


Text Example

White with #7F75E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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