#7368CD

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

Shades of Slate Blue #7368CD

Tints of Slate Blue #7368CD

Color information

#7368CD (or 0x7368CD) is unknown color: approx Slate Blue. HEX triplet: 73, 68 and CD. RGB value is (115,104,205). Sum of RGB (Red+Green+Blue) = 115+104+205=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #7368CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368CD is #8C9732. Grayscale: #767676. Windows color (decimal): -9213747 or 13461619. OLE color: 13461619.

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

Color convert

RGB115104205-
CMYK0.440.4900.20
HSL246.53º50.25%60.59%-
HSV(B)246.53º49.27%80.39%-
XYZ23.0417.9560.01-
YUV118.8176.64125.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=27.12%
G=24.53%
B=48.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151042050.440.4900.20246.5350.2560.59
Hex7368CD2C31014f7323d
Octal16315031554610243676275
Binary111001111010001100110110110011000101010011110111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7368CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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