#7360C8

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

Shades of Slate Blue #7360C8

Tints of Slate Blue #7360C8

Color information

#7360C8 (or 0x7360C8) is unknown color: approx Slate Blue. HEX triplet: 73, 60 and C8. RGB value is (115,96,200). Sum of RGB (Red+Green+Blue) = 115+96+200=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #7360C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7360C8 is #8C9F37. Grayscale: #717171. Windows color (decimal): -9215800 or 13131891. OLE color: 13131891.

HSL color Cylindrical-coordinate representation of color #7360C8: hue angle of 250.96º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7360C8 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11596200-
CMYK0.420.5200.22
HSL250.96º48.6%58.04%-
HSV(B)250.96º52%78.43%-
XYZ21.6816.1856.62-
YUV113.54176.79129.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.98%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 200 (78.52% from 255) = 48.66%
R=27.98%
G=23.36%
B=48.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115962000.420.5200.22250.9648.658.04
Hex7360C82A34016fb313a
Octal16314031052640263736172
Binary111001111000001100100010101011010001011011111011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7360C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7360C8; }

 p { color: rgb(115,96,200); }

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

<style>
 a { background-color: #7360C8; }

 a { background-color: rgb(115,96,200); }

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

<style>
 span { border-color: #7360C8; }

 span { border-color: rgb(115,96,200); }

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