#7265D0

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

Shades of Slate Blue #7265D0

Tints of Slate Blue #7265D0

Color information

#7265D0 (or 0x7265D0) is unknown color: approx Slate Blue. HEX triplet: 72, 65 and D0. RGB value is (114,101,208). Sum of RGB (Red+Green+Blue) = 114+101+208=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #7265D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265D0 is #8D9A2F. Grayscale: #747474. Windows color (decimal): -9280048 or 13657458. OLE color: 13657458.

HSL color Cylindrical-coordinate representation of color #7265D0: hue angle of 247.29º degrees, saturation: 0.53, 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 #7265D0 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114101208-
CMYK0.450.5100.18
HSL247.29º53.23%60.59%-
HSV(B)247.29º51.44%81.57%-
XYZ22.9817.4461.83-
YUV117.08179.31125.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 208 (81.64% from 255) = 49.17%
R=26.95%
G=23.88%
B=49.17%

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
Decimal1141012080.450.5100.18247.2953.2360.59
Hex7265D02D33012f7353d
Octal16214532055630223676575
Binary111001011001011101000010110111001101001011110111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7265D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7265D0; }

 p { color: rgb(114,101,208); }

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

<style>
 a { background-color: #7265D0; }

 a { background-color: rgb(114,101,208); }

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

<style>
 span { border-color: #7265D0; }

 span { border-color: rgb(114,101,208); }

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