Html Css Color HEX #7F4CDF Slate Blue

📋 copy color: '#7F4CDF'

red 127 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #7F4CDF

Tints of Slate Blue #7F4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.84%

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 29.81%
G = 17.84%
B = 52.35%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F4CDF (or 0x7F4CDF) is known color: Slate Blue. HEX triplet: 7F, 4C and DF. RGB value is (127,76,223). Sum of RGB (Red+Green+Blue) = 127+76+223=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F4CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4CDF is #80B320. Grayscale: #6B6B6B. Windows color (decimal): -8434465 or 14634111. OLE color: 14634111.

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

Color convert

RGB 127 76 223 -
CMYK 0.43 0.66 0 0.13
HSL 260.82º 0.7% 0.59% -
HSV(B) 260.82º 0.66% 0.87% -
XYZ 24.66 15.01 71.41 -
YUV 108.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 127 76 223 0.43 0.66 0 0.13 260.82 0.7 0.59
Hex 7F 4C DF 2B 42 0 D 105 46 3B
Octal 177 114 337 53 102 0 15 405 106 73
Binary 1111111 1001100 11011111 101011 1000010 0 1101 100000101 1000110 111011

Color Harmonies of #7F4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4CDF

Black with #7F4CDF

Text Example


Text Example

White with #7F4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,76,223); }

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

background-color css

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

 a { background-color: rgb(127,76,223); }

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

border-color css

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

 span { border-color: rgb(127,76,223); }

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