#8184FE

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

Shades of Light Slate Blue #8184FE

Tints of Light Slate Blue #8184FE

Color information

#8184FE (or 0x8184FE) is unknown color: approx Light Slate Blue. HEX triplet: 81, 84 and FE. RGB value is (129,132,254). Sum of RGB (Red+Green+Blue) = 129+132+254=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #8184FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8184FE is #7E7B01. Grayscale: #909090. Windows color (decimal): -8289026 or 16680065. OLE color: 16680065.

HSL color Cylindrical-coordinate representation of color #8184FE: hue angle of 238.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8184FE is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB129132254-
CMYK0.490.4800.00
HSL238.56º98.43%75.1%-
HSV(B)238.56º49.21%99.61%-
XYZ35.1928.3397.38-
YUV145.01189.51116.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.05%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 254 (99.61% from 255) = 49.32%
R=25.05%
G=25.63%
B=49.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1291322540.490.4800.00238.5698.4375.1
Hex8184FE313000ef624b
Octal201204376616000357142113
Binary100000011000010011111110110001110000001110111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8184FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8184FE; }

 p { color: rgb(129,132,254); }

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

<style>
 a { background-color: #8184FE; }

 a { background-color: rgb(129,132,254); }

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

<style>
 span { border-color: #8184FE; }

 span { border-color: rgb(129,132,254); }

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