#855EFD

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

Shades of Light Slate Blue #855EFD

Tints of Light Slate Blue #855EFD

Color information

#855EFD (or 0x855EFD) is unknown color: approx Light Slate Blue. HEX triplet: 85, 5E and FD. RGB value is (133,94,253). Sum of RGB (Red+Green+Blue) = 133+94+253=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #855EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EFD is #7AA102. Grayscale: #7B7B7B. Windows color (decimal): -8036611 or 16604805. OLE color: 16604805.

HSL color Cylindrical-coordinate representation of color #855EFD: hue angle of 254.72º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855EFD is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13394253-
CMYK0.470.6300.01
HSL254.72º97.55%68.04%-
HSV(B)254.72º62.85%99.22%-
XYZ31.4120.0895.15-
YUV123.79200.92134.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.71%
GREEN value IS 94 (37.11% from 255) = 19.58%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=27.71%
G=19.58%
B=52.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal133942530.470.6300.01254.7297.5568.04
Hex855EFD2F3F01ff6244
Octal205136375577701377142104
Binary10000101101111011111101101111111111011111111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855EFD; }

 p { color: rgb(133,94,253); }

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

<style>
 a { background-color: #855EFD; }

 a { background-color: rgb(133,94,253); }

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

<style>
 span { border-color: #855EFD; }

 span { border-color: rgb(133,94,253); }

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