#7361CE

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

Shades of Slate Blue #7361CE

Tints of Slate Blue #7361CE

Color information

#7361CE (or 0x7361CE) is unknown color: approx Slate Blue. HEX triplet: 73, 61 and CE. RGB value is (115,97,206). Sum of RGB (Red+Green+Blue) = 115+97+206=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #7361CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7361CE is #8C9E31. Grayscale: #727272. Windows color (decimal): -9215538 or 13525363. OLE color: 13525363.

HSL color Cylindrical-coordinate representation of color #7361CE: hue angle of 249.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7361CE is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11597206-
CMYK0.440.5300.19
HSL249.91º52.66%59.41%-
HSV(B)249.91º52.91%80.78%-
XYZ22.4916.6560.42-
YUV114.81179.46128.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.51%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 206 (80.86% from 255) = 49.28%
R=27.51%
G=23.21%
B=49.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115972060.440.5300.19249.9152.6659.41
Hex7361CE2C35013fa353b
Octal16314131654650233726573
Binary111001111000011100111010110011010101001111111010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7361CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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