#7261D1

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

Shades of Slate Blue #7261D1

Tints of Slate Blue #7261D1

Color information

#7261D1 (or 0x7261D1) is unknown color: approx Slate Blue. HEX triplet: 72, 61 and D1. RGB value is (114,97,209). Sum of RGB (Red+Green+Blue) = 114+97+209=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #7261D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261D1 is #8D9E2E. Grayscale: #727272. Windows color (decimal): -9281071 or 13721970. OLE color: 13721970.

HSL color Cylindrical-coordinate representation of color #7261D1: hue angle of 249.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7261D1 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11497209-
CMYK0.450.5400.18
HSL249.11º54.9%60%-
HSV(B)249.11º53.59%81.96%-
XYZ22.7216.7362.35-
YUV114.85181.13127.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=27.14%
G=23.10%
B=49.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114972090.450.5400.18249.1154.960
Hex7261D12D36012f9373c
Octal16214132155660223716774
Binary111001011000011101000110110111011001001011111001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7261D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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