#7B4BDF

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

Shades of Slate Blue #7B4BDF

Tints of Slate Blue #7B4BDF

Color information

#7B4BDF (or 0x7B4BDF) is unknown color: approx Slate Blue. HEX triplet: 7B, 4B and DF. RGB value is (123,75,223). Sum of RGB (Red+Green+Blue) = 123+75+223=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B4BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4BDF is #84B420. Grayscale: #696969. Windows color (decimal): -8696865 or 14633851. OLE color: 14633851.

HSL color Cylindrical-coordinate representation of color #7B4BDF: hue angle of 259.46º degrees, saturation: 0.7, 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 #7B4BDF is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12375223-
CMYK0.450.6600.13
HSL259.46º69.81%58.43%-
HSV(B)259.46º66.37%87.45%-
XYZ2414.5771.36-
YUV106.22193.9139.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.22%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 223 (87.5% from 255) = 52.97%
R=29.22%
G=17.81%
B=52.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal123752230.450.6600.13259.4669.8158.43
Hex7B4BDF2D420D103463a
Octal1731133375510201540310672
Binary11110111001011110111111011011000010011011000000111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,75,223); }

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

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

 a { background-color: rgb(123,75,223); }

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

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

 span { border-color: rgb(123,75,223); }

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