Html Css Color HEX #7F49D1 Slate Blue

📋 copy color: '#7F49D1'

red 127 ◦ green 73 ◦ blue 209

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

Shades of Slate Blue #7F49D1

Tints of Slate Blue #7F49D1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

 BLUE value IS 209 (82.03% from 255) = 51.1%

R = 31.05%
G = 17.85%
B = 51.1%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7F49D1 (or 0x7F49D1) is known color: Slate Blue. HEX triplet: 7F, 49 and D1. RGB value is (127,73,209). Sum of RGB (Red+Green+Blue) = 127+73+209=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F49D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F49D1 is #80B62E. Grayscale: #686868. Windows color (decimal): -8435247 or 13715839. OLE color: 13715839.

HSL color Cylindrical-coordinate representation of color #7F49D1: hue angle of 263.82º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F49D1 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 73 209 -
CMYK 0.39 0.65 0 0.18
HSL 263.82º 0.6% 0.55% -
HSV(B) 263.82º 0.65% 0.82% -
XYZ 22.64 13.88 61.81 -
YUV 104.65 186.89 143.94 -
System Red Green Blue C M Y K H S L
Decimal 127 73 209 0.39 0.65 0 0.18 263.82 0.6 0.55
Hex 7F 49 D1 27 41 0 12 108 3C 37
Octal 177 111 321 47 101 0 22 410 74 67
Binary 1111111 1001001 11010001 100111 1000001 0 10010 100001000 111100 110111

Color Harmonies of #7F49D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F49D1

Black with #7F49D1

Text Example


Text Example

White with #7F49D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,73,209); }

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

background-color css

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

 a { background-color: rgb(127,73,209); }

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

border-color css

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

 span { border-color: rgb(127,73,209); }

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