#7367CD

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

Shades of Slate Blue #7367CD

Tints of Slate Blue #7367CD

Color information

#7367CD (or 0x7367CD) is unknown color: approx Slate Blue. HEX triplet: 73, 67 and CD. RGB value is (115,103,205). Sum of RGB (Red+Green+Blue) = 115+103+205=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #7367CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367CD is #8C9832. Grayscale: #757575. Windows color (decimal): -9214003 or 13461363. OLE color: 13461363.

HSL color Cylindrical-coordinate representation of color #7367CD: hue angle of 247.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7367CD is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115103205-
CMYK0.440.5000.20
HSL247.06º50.5%60.39%-
HSV(B)247.06º49.76%80.39%-
XYZ22.9417.7559.98-
YUV118.22176.98125.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.19%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=27.19%
G=24.35%
B=48.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151032050.440.5000.20247.0650.560.39
Hex7367CD2C32014f7323c
Octal16314731554620243676274
Binary111001111001111100110110110011001001010011110111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7367CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7367CD; }

 p { color: rgb(115,103,205); }

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

<style>
 a { background-color: #7367CD; }

 a { background-color: rgb(115,103,205); }

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

<style>
 span { border-color: #7367CD; }

 span { border-color: rgb(115,103,205); }

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