#7266d8

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

Shades of Slate Blue #7266D8

Tints of Slate Blue #7266D8

Color information

#7266D8 (or 0x7266D8) is unknown color: approx Slate Blue. HEX triplet: 72, 66 and D8. RGB value is (114,102,216). Sum of RGB (Red+Green+Blue) = 114+102+216=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #7266D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266D8 is #8D9927. Grayscale: #767676. Windows color (decimal): -9279784 or 14182002. OLE color: 14182002.

HSL color Cylindrical-coordinate representation of color #7266D8: hue angle of 246.32º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7266D8 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB114102216-
CMYK0.470.5300.15
HSL246.32º59.38%62.35%-
HSV(B)246.32º52.78%84.71%-
XYZ24.0918.0467.18-
YUV118.58182.98124.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 216 (84.77% from 255) = 50%
R=26.39%
G=23.61%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1141022160.470.5300.15246.3259.3862.35
Hex7266D82F350Ff63b3e
Octal16214633057650173667376
Binary11100101100110110110001011111101010111111110110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7266d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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