#7268DA

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

Shades of Slate Blue #7268DA

Tints of Slate Blue #7268DA

Color information

#7268DA (or 0x7268DA) is unknown color: approx Slate Blue. HEX triplet: 72, 68 and DA. RGB value is (114,104,218). Sum of RGB (Red+Green+Blue) = 114+104+218=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #7268DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268DA is #8D9725. Grayscale: #777777. Windows color (decimal): -9279270 or 14313586. OLE color: 14313586.

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

Color convert

RGB114104218-
CMYK0.480.5200.15
HSL245.26º60.64%63.14%-
HSV(B)245.26º52.29%85.49%-
XYZ24.5418.5468.61-
YUV119.99183.31123.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 218 (85.55% from 255) = 50%
R=26.15%
G=23.85%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1141042180.480.5200.15245.2660.6463.14
Hex7268DA30340Ff53d3f
Octal16215033260640173657577
Binary11100101101000110110101100001101000111111110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7268DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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