#7363cf

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

Shades of Slate Blue #7363CF

Tints of Slate Blue #7363CF

Color information

#7363CF (or 0x7363CF) is unknown color: approx Slate Blue. HEX triplet: 73, 63 and CF. RGB value is (115,99,207). Sum of RGB (Red+Green+Blue) = 115+99+207=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #7363CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363CF is #8C9C30. Grayscale: #737373. Windows color (decimal): -9215025 or 13591411. OLE color: 13591411.

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

Color convert

RGB11599207-
CMYK0.440.5200.19
HSL248.89º52.94%60%-
HSV(B)248.89º52.17%81.18%-
XYZ22.7917.0761.13-
YUV116.1179.3127.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 207 (81.25% from 255) = 49.17%
R=27.32%
G=23.52%
B=49.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115992070.440.5200.19248.8952.9460
Hex7363CF2C34013f9353c
Octal16314331754640233716574
Binary111001111000111100111110110011010001001111111001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7363cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7363cf; }

 p { color: rgb(115,99,207); }

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

<style>
 a { background-color: #7363cf; }

 a { background-color: rgb(115,99,207); }

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

<style>
 span { border-color: #7363cf; }

 span { border-color: rgb(115,99,207); }

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