#7367CA

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

Shades of Slate Blue #7367CA

Tints of Slate Blue #7367CA

Color information

#7367CA (or 0x7367CA) is unknown color: approx Slate Blue. HEX triplet: 73, 67 and CA. RGB value is (115,103,202). Sum of RGB (Red+Green+Blue) = 115+103+202=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #7367CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367CA is #8C9835. Grayscale: #757575. Windows color (decimal): -9214006 or 13264755. OLE color: 13264755.

HSL color Cylindrical-coordinate representation of color #7367CA: hue angle of 247.27º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7367CA is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115103202-
CMYK0.430.4900.21
HSL247.27º48.29%59.8%-
HSV(B)247.27º49.01%79.22%-
XYZ22.5817.6158.09-
YUV117.87175.48125.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=27.38%
G=24.52%
B=48.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151032020.430.4900.21247.2748.2959.8
Hex7367CA2B31015f7303c
Octal16314731253610253676074
Binary111001111001111100101010101111000101010111110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7367CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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