Html Css Color HEX #7F75DD Medium Slate Blue

📋 copy color: '#7F75DD'

red 127 ◦ green 117 ◦ blue 221

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

Shades of Medium Slate Blue #7F75DD

Tints of Medium Slate Blue #7F75DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 27.31%
G = 25.16%
B = 47.53%

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

#7F75DD (or 0x7F75DD) is known color: Medium Slate Blue. HEX triplet: 7F, 75 and DD. RGB value is (127,117,221). Sum of RGB (Red+Green+Blue) = 127+117+221=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F75DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F75DD is #808A22. Grayscale: #838383. Windows color (decimal): -8423971 or 14513535. OLE color: 14513535.

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

Color convert

RGB 127 117 221 -
CMYK 0.43 0.47 0 0.13
HSL 245.77º 0.6% 0.66% -
HSV(B) 245.77º 0.47% 0.87% -
XYZ 28.16 22.46 71.26 -
YUV 131.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 127 117 221 0.43 0.47 0 0.13 245.77 0.6 0.66
Hex 7F 75 DD 2B 2F 0 D F6 3C 42
Octal 177 165 335 53 57 0 15 366 74 102
Binary 1111111 1110101 11011101 101011 101111 0 1101 11110110 111100 1000010

Color Harmonies of #7F75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F75DD

Black with #7F75DD

Text Example


Text Example

White with #7F75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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