#7361D6

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

Shades of Slate Blue #7361D6

Tints of Slate Blue #7361D6

Color information

#7361D6 (or 0x7361D6) is unknown color: approx Slate Blue. HEX triplet: 73, 61 and D6. RGB value is (115,97,214). Sum of RGB (Red+Green+Blue) = 115+97+214=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #7361D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7361D6 is #8C9E29. Grayscale: #737373. Windows color (decimal): -9215530 or 14049651. OLE color: 14049651.

HSL color Cylindrical-coordinate representation of color #7361D6: hue angle of 249.23º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7361D6 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11597214-
CMYK0.460.5500.16
HSL249.23º58.79%60.98%-
HSV(B)249.23º54.67%83.92%-
XYZ23.4817.0565.67-
YUV115.72183.46127.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 214 (83.98% from 255) = 50.23%
R=27.00%
G=22.77%
B=50.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal115972140.460.5500.16249.2358.7960.98
Hex7361D62E37010f93b3d
Octal16314132656670203717375
Binary111001111000011101011010111011011101000011111001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7361D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7361D6; }

 p { color: rgb(115,97,214); }

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

<style>
 a { background-color: #7361D6; }

 a { background-color: rgb(115,97,214); }

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

<style>
 span { border-color: #7361D6; }

 span { border-color: rgb(115,97,214); }

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