#7369CA

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

Shades of Slate Blue #7369CA

Tints of Slate Blue #7369CA

Color information

#7369CA (or 0x7369CA) is unknown color: approx Slate Blue. HEX triplet: 73, 69 and CA. RGB value is (115,105,202). Sum of RGB (Red+Green+Blue) = 115+105+202=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #7369CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369CA is #8C9635. Grayscale: #767676. Windows color (decimal): -9213494 or 13265267. OLE color: 13265267.

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

Color convert

RGB115105202-
CMYK0.430.4800.21
HSL246.19º47.78%60.2%-
HSV(B)246.19º48.02%79.22%-
XYZ22.7818.0158.15-
YUV119.05174.81125.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=27.25%
G=24.88%
B=47.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151052020.430.4800.21246.1947.7860.2
Hex7369CA2B30015f6303c
Octal16315131253600253666074
Binary111001111010011100101010101111000001010111110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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