#7F4BDE

Color #7F4BDE Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7F4BDE

Tints of Slate Blue #7F4BDE

Color information

#7F4BDE (or 0x7F4BDE) is unknown color: approx Slate Blue. HEX triplet: 7F, 4B and DE. RGB value is (127,75,222). Sum of RGB (Red+Green+Blue) = 127+75+222=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F4BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4BDE is #80B421. Grayscale: #6A6A6A. Windows color (decimal): -8434722 or 14568319. OLE color: 14568319.

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

Color convert

RGB12775222-
CMYK0.430.6600.13
HSL261.22º69.01%58.24%-
HSV(B)261.22º66.22%87.06%-
XYZ24.4514.8270.68-
YUV107.31192.73142.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.95%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 222 (87.11% from 255) = 52.36%
R=29.95%
G=17.69%
B=52.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal127752220.430.6600.13261.2269.0158.24
Hex7F4BDE2B420D105453a
Octal1771133365310201540510572
Binary11111111001011110111101010111000010011011000001011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F4BDE;
 }
 .AnyTagClassName
 {
   color: #7F4BDE;
 }
</style>
background-color css

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

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

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

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

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

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