#7267DA

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

Shades of Slate Blue #7267DA

Tints of Slate Blue #7267DA

Color information

#7267DA (or 0x7267DA) is unknown color: approx Slate Blue. HEX triplet: 72, 67 and DA. RGB value is (114,103,218). Sum of RGB (Red+Green+Blue) = 114+103+218=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #7267DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267DA is #8D9825. Grayscale: #767676. Windows color (decimal): -9279526 or 14313330. OLE color: 14313330.

HSL color Cylindrical-coordinate representation of color #7267DA: hue angle of 245.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7267DA is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB114103218-
CMYK0.480.5300.15
HSL245.74º60.85%62.94%-
HSV(B)245.74º52.75%85.49%-
XYZ24.4418.3468.58-
YUV119.4183.64124.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 218 (85.55% from 255) = 50.11%
R=26.21%
G=23.68%
B=50.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1141032180.480.5300.15245.7460.8562.94
Hex7267DA30350Ff63d3f
Octal16214733260650173667577
Binary11100101100111110110101100001101010111111110110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7267DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7267DA; }

 p { color: rgb(114,103,218); }

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

<style>
 a { background-color: #7267DA; }

 a { background-color: rgb(114,103,218); }

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

<style>
 span { border-color: #7267DA; }

 span { border-color: rgb(114,103,218); }

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