#7D4BC8

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

Shades of Slate Blue #7D4BC8

Tints of Slate Blue #7D4BC8

Color information

#7D4BC8 (or 0x7D4BC8) is unknown color: approx Slate Blue. HEX triplet: 7D, 4B and C8. RGB value is (125,75,200). Sum of RGB (Red+Green+Blue) = 125+75+200=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #7D4BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BC8 is #82B437. Grayscale: #676767. Windows color (decimal): -8565816 or 13126525. OLE color: 13126525.

HSL color Cylindrical-coordinate representation of color #7D4BC8: hue angle of 264º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D4BC8 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12575200-
CMYK0.380.6200.22
HSL264º53.19%53.92%-
HSV(B)264º62.5%78.43%-
XYZ21.413.5656.13-
YUV104.2182.06142.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 200 (78.52% from 255) = 50%
R=31.25%
G=18.75%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125752000.380.6200.2226453.1953.92
Hex7D4BC8263E0161083536
Octal17511331046760264106566
Binary1111101100101111001000100110111110010110100001000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,75,200); }

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

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

 a { background-color: rgb(125,75,200); }

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

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

 span { border-color: rgb(125,75,200); }

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