#736AFE

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

Shades of Light Slate Blue #736AFE

Tints of Light Slate Blue #736AFE

Color information

#736AFE (or 0x736AFE) is unknown color: approx Light Slate Blue. HEX triplet: 73, 6A and FE. RGB value is (115,106,254). Sum of RGB (Red+Green+Blue) = 115+106+254=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #736AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736AFE is #8C9501. Grayscale: #7C7C7C. Windows color (decimal): -9213186 or 16673395. OLE color: 16673395.

HSL color Cylindrical-coordinate representation of color #736AFE: hue angle of 243.65º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #736AFE is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB115106254-
CMYK0.550.5800.00
HSL243.65º98.67%70.59%-
HSV(B)243.65º58.27%99.61%-
XYZ30.1121.1196.25-
YUV125.56200.48120.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.21%
GREEN value IS 106 (41.80% from 255) = 22.32%
BLUE value IS 254 (99.61% from 255) = 53.47%
R=24.21%
G=22.32%
B=53.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1151062540.550.5800.00243.6598.6770.59
Hex736AFE373A00f46347
Octal163152376677200364143107
Binary1110011110101011111110110111111010001111010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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