#7266D1

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

Shades of Slate Blue #7266D1

Tints of Slate Blue #7266D1

Color information

#7266D1 (or 0x7266D1) is unknown color: approx Slate Blue. HEX triplet: 72, 66 and D1. RGB value is (114,102,209). Sum of RGB (Red+Green+Blue) = 114+102+209=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #7266D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266D1 is #8D992E. Grayscale: #757575. Windows color (decimal): -9279791 or 13723250. OLE color: 13723250.

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

Color convert

RGB114102209-
CMYK0.450.5100.18
HSL246.73º53.77%60.98%-
HSV(B)246.73º51.2%81.96%-
XYZ23.217.6862.51-
YUV117.79179.48125.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.82%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 209 (82.03% from 255) = 49.18%
R=26.82%
G=24%
B=49.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141022090.450.5100.18246.7353.7760.98
Hex7266D12D33012f7363d
Octal16214632155630223676675
Binary111001011001101101000110110111001101001011110111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7266D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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