#8374F3

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

Shades of Light Slate Blue #8374F3

Tints of Light Slate Blue #8374F3

Color information

#8374F3 (or 0x8374F3) is unknown color: approx Light Slate Blue. HEX triplet: 83, 74 and F3. RGB value is (131,116,243). Sum of RGB (Red+Green+Blue) = 131+116+243=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #8374F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8374F3 is #7C8B0C. Grayscale: #868686. Windows color (decimal): -8162061 or 15955075. OLE color: 15955075.

HSL color Cylindrical-coordinate representation of color #8374F3: hue angle of 247.09º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8374F3 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB131116243-
CMYK0.460.5200.05
HSL247.09º84.11%70.39%-
HSV(B)247.09º52.26%95.29%-
XYZ31.7823.7987.71-
YUV134.96188.97125.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 116 (45.70% from 255) = 23.67%
BLUE value IS 243 (95.31% from 255) = 49.59%
R=26.73%
G=23.67%
B=49.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1311162430.460.5200.05247.0984.1170.39
Hex8374F32E3405f75446
Octal203164363566405367124106
Binary1000001111101001111001110111011010001011111011110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8374F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8374F3; }

 p { color: rgb(131,116,243); }

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

<style>
 a { background-color: #8374F3; }

 a { background-color: rgb(131,116,243); }

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

<style>
 span { border-color: #8374F3; }

 span { border-color: rgb(131,116,243); }

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