#7261CD

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

Shades of Slate Blue #7261CD

Tints of Slate Blue #7261CD

Color information

#7261CD (or 0x7261CD) is unknown color: approx Slate Blue. HEX triplet: 72, 61 and CD. RGB value is (114,97,205). Sum of RGB (Red+Green+Blue) = 114+97+205=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #7261CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261CD is #8D9E32. Grayscale: #717171. Windows color (decimal): -9281075 or 13459826. OLE color: 13459826.

HSL color Cylindrical-coordinate representation of color #7261CD: hue angle of 249.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7261CD is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11497205-
CMYK0.440.5300.20
HSL249.44º51.92%59.22%-
HSV(B)249.44º52.68%80.39%-
XYZ22.2316.5359.78-
YUV114.4179.13127.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.40%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=27.40%
G=23.32%
B=49.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114972050.440.5300.20249.4451.9259.22
Hex7261CD2C35014f9343b
Octal16214131554650243716473
Binary111001011000011100110110110011010101010011111001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7261CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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