#8C84FD

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

Shades of Light Slate Blue #8C84FD

Tints of Light Slate Blue #8C84FD

Color information

#8C84FD (or 0x8C84FD) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 84 and FD. RGB value is (140,132,253). Sum of RGB (Red+Green+Blue) = 140+132+253=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C84FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C84FD is #737B02. Grayscale: #939393. Windows color (decimal): -7568131 or 16614540. OLE color: 16614540.

HSL color Cylindrical-coordinate representation of color #8C84FD: hue angle of 243.97º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C84FD is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140132253-
CMYK0.450.4800.01
HSL243.97º96.8%75.49%-
HSV(B)243.97º47.83%99.22%-
XYZ36.829.1796.62-
YUV148.19187.15122.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.67%
GREEN value IS 132 (51.95% from 255) = 25.14%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=26.67%
G=25.14%
B=48.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401322530.450.4800.01243.9796.875.49
Hex8C84FD2D3001f4614b
Octal214204375556001364141113
Binary100011001000010011111101101101110000011111010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C84FD; }

 p { color: rgb(140,132,253); }

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

<style>
 a { background-color: #8C84FD; }

 a { background-color: rgb(140,132,253); }

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

<style>
 span { border-color: #8C84FD; }

 span { border-color: rgb(140,132,253); }

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