#7461DB

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

Shades of Slate Blue #7461DB

Tints of Slate Blue #7461DB

Color information

#7461DB (or 0x7461DB) is unknown color: approx Slate Blue. HEX triplet: 74, 61 and DB. RGB value is (116,97,219). Sum of RGB (Red+Green+Blue) = 116+97+219=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #7461DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7461DB is #8B9E24. Grayscale: #747474. Windows color (decimal): -9149989 or 14377332. OLE color: 14377332.

HSL color Cylindrical-coordinate representation of color #7461DB: hue angle of 249.34º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7461DB is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11697219-
CMYK0.470.5600.14
HSL249.34º62.89%61.96%-
HSV(B)249.34º55.71%85.88%-
XYZ24.2617.3869.09-
YUV116.59185.79127.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.85%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 219 (85.94% from 255) = 50.69%
R=26.85%
G=22.45%
B=50.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal116972190.470.5600.14249.3462.8961.96
Hex7461DB2F380Ef93f3e
Octal16414133357700163717776
Binary11101001100001110110111011111110000111011111001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7461DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7461DB; }

 p { color: rgb(116,97,219); }

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

<style>
 a { background-color: #7461DB; }

 a { background-color: rgb(116,97,219); }

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

<style>
 span { border-color: #7461DB; }

 span { border-color: rgb(116,97,219); }

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