Html Css Color HEX #7F76DE Medium Slate Blue

📋 copy color: '#7F76DE'

red 127 ◦ green 118 ◦ blue 222

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

Shades of Medium Slate Blue #7F76DE

Tints of Medium Slate Blue #7F76DE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.27%

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 27.19%
G = 25.27%
B = 47.54%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F76DE (or 0x7F76DE) is known color: Medium Slate Blue. HEX triplet: 7F, 76 and DE. RGB value is (127,118,222). Sum of RGB (Red+Green+Blue) = 127+118+222=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F76DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F76DE is #808921. Grayscale: #848484. Windows color (decimal): -8423714 or 14579327. OLE color: 14579327.

HSL color Cylindrical-coordinate representation of color #7F76DE: hue angle of 245.19º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F76DE is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 118 222 -
CMYK 0.43 0.47 0 0.13
HSL 245.19º 0.61% 0.67% -
HSV(B) 245.19º 0.47% 0.87% -
XYZ 28.42 22.74 72 -
YUV 132.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 127 118 222 0.43 0.47 0 0.13 245.19 0.61 0.67
Hex 7F 76 DE 2B 2F 0 D F5 3D 43
Octal 177 166 336 53 57 0 15 365 75 103
Binary 1111111 1110110 11011110 101011 101111 0 1101 11110101 111101 1000011

Color Harmonies of #7F76DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F76DE

Black with #7F76DE

Text Example


Text Example

White with #7F76DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,118,222); }

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

background-color css

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

 a { background-color: rgb(127,118,222); }

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

border-color css

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

 span { border-color: rgb(127,118,222); }

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