#736ACA

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

Shades of Slate Blue #736ACA

Tints of Slate Blue #736ACA

Color information

#736ACA (or 0x736ACA) is unknown color: approx Slate Blue. HEX triplet: 73, 6A and CA. RGB value is (115,106,202). Sum of RGB (Red+Green+Blue) = 115+106+202=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #736ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736ACA is #8C9535. Grayscale: #777777. Windows color (decimal): -9213238 or 13265523. OLE color: 13265523.

HSL color Cylindrical-coordinate representation of color #736ACA: hue angle of 245.62º 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 #736ACA is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115106202-
CMYK0.430.4800.21
HSL245.62º47.52%60.39%-
HSV(B)245.62º47.52%79.22%-
XYZ22.8818.2258.19-
YUV119.64174.48124.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.19%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=27.19%
G=25.06%
B=47.75%

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
Decimal1151062020.430.4800.21245.6247.5260.39
Hex736ACA2B30015f6303c
Octal16315231253600253666074
Binary111001111010101100101010101111000001010111110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736ACA; }

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

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

<style>
 a { background-color: #736ACA; }

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

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

<style>
 span { border-color: #736ACA; }

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

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