#7261DB

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

Shades of Slate Blue #7261DB

Tints of Slate Blue #7261DB

Color information

#7261DB (or 0x7261DB) is unknown color: approx Slate Blue. HEX triplet: 72, 61 and DB. RGB value is (114,97,219). Sum of RGB (Red+Green+Blue) = 114+97+219=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #7261DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261DB is #8D9E24. Grayscale: #737373. Windows color (decimal): -9281061 or 14377330. OLE color: 14377330.

HSL color Cylindrical-coordinate representation of color #7261DB: hue angle of 248.36º 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 #7261DB is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11497219-
CMYK0.480.5600.14
HSL248.36º62.89%61.96%-
HSV(B)248.36º55.71%85.88%-
XYZ2417.2469.08-
YUV115.99186.13126.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 219 (85.94% from 255) = 50.93%
R=26.51%
G=22.56%
B=50.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal114972190.480.5600.14248.3662.8961.96
Hex7261DB30380Ef83f3e
Octal16214133360700163707776
Binary11100101100001110110111100001110000111011111000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7261DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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