Html Css Color HEX #7F4FDE Slate Blue

📋 copy color: '#7F4FDE'

red 127 ◦ green 79 ◦ blue 222

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

Shades of Slate Blue #7F4FDE

Tints of Slate Blue #7F4FDE

RGB

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

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

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

R = 29.67%
G = 18.46%
B = 51.87%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F4FDE (or 0x7F4FDE) is known color: Slate Blue. HEX triplet: 7F, 4F and DE. RGB value is (127,79,222). Sum of RGB (Red+Green+Blue) = 127+79+222=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F4FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FDE is #80B021. Grayscale: #6D6D6D. Windows color (decimal): -8433698 or 14569343. OLE color: 14569343.

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

Color convert

RGB 127 79 222 -
CMYK 0.43 0.64 0 0.13
HSL 260.14º 0.68% 0.59% -
HSV(B) 260.14º 0.64% 0.87% -
XYZ 24.73 15.38 70.77 -
YUV 109.65 191.4 140.37 -
System Red Green Blue C M Y K H S L
Decimal 127 79 222 0.43 0.64 0 0.13 260.14 0.68 0.59
Hex 7F 4F DE 2B 40 0 D 104 44 3B
Octal 177 117 336 53 100 0 15 404 104 73
Binary 1111111 1001111 11011110 101011 1000000 0 1101 100000100 1000100 111011

Color Harmonies of #7F4FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4FDE

Black with #7F4FDE

Text Example


Text Example

White with #7F4FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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