#848CFD

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

Shades of Light Slate Blue #848CFD

Tints of Light Slate Blue #848CFD

Color information

#848CFD (or 0x848CFD) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8C and FD. RGB value is (132,140,253). Sum of RGB (Red+Green+Blue) = 132+140+253=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 140 (55.08% from 255 or 26.67% 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 #848CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848CFD is #7B7302. Grayscale: #969696. Windows color (decimal): -8090371 or 16616580. OLE color: 16616580.

HSL color Cylindrical-coordinate representation of color #848CFD: hue angle of 236.03º 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 #848CFD is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132140253-
CMYK0.480.4500.01
HSL236.03º96.8%75.49%-
HSV(B)236.03º47.83%99.22%-
XYZ36.6230.7596.93-
YUV150.49185.85114.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321402530.480.4500.01236.0396.875.49
Hex848CFD302D01ec614b
Octal204214375605501354141113
Binary100001001000110011111101110000101101011110110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848CFD; }

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

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

<style>
 a { background-color: #848CFD; }

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

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

<style>
 span { border-color: #848CFD; }

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

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