#7361DC

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

Shades of Slate Blue #7361DC

Tints of Slate Blue #7361DC

Color information

#7361DC (or 0x7361DC) is unknown color: approx Slate Blue. HEX triplet: 73, 61 and DC. RGB value is (115,97,220). Sum of RGB (Red+Green+Blue) = 115+97+220=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #7361DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7361DC is #8C9E23. Grayscale: #737373. Windows color (decimal): -9215524 or 14442867. OLE color: 14442867.

HSL color Cylindrical-coordinate representation of color #7361DC: hue angle of 248.78º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7361DC is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11597220-
CMYK0.480.5600.14
HSL248.78º63.73%62.16%-
HSV(B)248.78º55.91%86.27%-
XYZ24.2617.3669.78-
YUV116.4186.46127-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.62%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 220 (86.33% from 255) = 50.93%
R=26.62%
G=22.45%
B=50.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal115972200.480.5600.14248.7863.7362.16
Hex7361DC30380Ef9403e
Octal163141334607001637110076
Binary111001111000011101110011000011100001110111110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7361DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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