Html Css Color HEX #7F4FDC Slate Blue

📋 copy color: '#7F4FDC'

red 127 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #7F4FDC

Tints of Slate Blue #7F4FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.54%

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 29.81%
G = 18.54%
B = 51.64%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F4FDC (or 0x7F4FDC) is known color: Slate Blue. HEX triplet: 7F, 4F and DC. RGB value is (127,79,220). Sum of RGB (Red+Green+Blue) = 127+79+220=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F4FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FDC is #80B023. Grayscale: #6C6C6C. Windows color (decimal): -8433700 or 14438271. OLE color: 14438271.

HSL color Cylindrical-coordinate representation of color #7F4FDC: hue angle of 260.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F4FDC is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 79 220 -
CMYK 0.42 0.64 0 0.14
HSL 260.43º 0.67% 0.59% -
HSV(B) 260.43º 0.64% 0.86% -
XYZ 24.47 15.27 69.37 -
YUV 109.43 190.4 140.54 -
System Red Green Blue C M Y K H S L
Decimal 127 79 220 0.42 0.64 0 0.14 260.43 0.67 0.59
Hex 7F 4F DC 2A 40 0 E 104 43 3B
Octal 177 117 334 52 100 0 16 404 103 73
Binary 1111111 1001111 11011100 101010 1000000 0 1110 100000100 1000011 111011

Color Harmonies of #7F4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4FDC

Black with #7F4FDC

Text Example


Text Example

White with #7F4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,79,220); }

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

background-color css

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

 a { background-color: rgb(127,79,220); }

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

border-color css

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

 span { border-color: rgb(127,79,220); }

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