#7261CE

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

Shades of Slate Blue #7261CE

Tints of Slate Blue #7261CE

Color information

#7261CE (or 0x7261CE) is unknown color: approx Slate Blue. HEX triplet: 72, 61 and CE. RGB value is (114,97,206). Sum of RGB (Red+Green+Blue) = 114+97+206=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #7261CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261CE is #8D9E31. Grayscale: #727272. Windows color (decimal): -9281074 or 13525362. OLE color: 13525362.

HSL color Cylindrical-coordinate representation of color #7261CE: hue angle of 249.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7261CE is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11497206-
CMYK0.450.5300.19
HSL249.36º52.66%59.41%-
HSV(B)249.36º52.91%80.78%-
XYZ22.3516.5860.42-
YUV114.51179.63127.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=27.34%
G=23.26%
B=49.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal114972060.450.5300.19249.3652.6659.41
Hex7261CE2D35013f9353b
Octal16214131655650233716573
Binary111001011000011100111010110111010101001111111001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7261CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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