#855CFF

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

Shades of Light Slate Blue #855CFF

Tints of Light Slate Blue #855CFF

Color information

#855CFF (or 0x855CFF) is unknown color: approx Light Slate Blue. HEX triplet: 85, 5C and FF. RGB value is (133,92,255). Sum of RGB (Red+Green+Blue) = 133+92+255=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #855CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855CFF is #7AA300. Grayscale: #7A7A7A. Windows color (decimal): -8037121 or 16735365. OLE color: 16735365.

HSL color Cylindrical-coordinate representation of color #855CFF: hue angle of 255.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #855CFF is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13392255-
CMYK0.480.6400
HSL255.09º100%68.04%-
HSV(B)255.09º63.92%100%-
XYZ31.5519.8696.78-
YUV122.84202.58135.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.71%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 255 (100% from 255) = 53.12%
R=27.71%
G=19.17%
B=53.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal133922550.480.6400255.0910068.04
Hex855CFF304000ff6444
Octal2051343776010000377144104
Binary100001011011100111111111100001000000001111111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,92,255); }

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

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

 a { background-color: rgb(133,92,255); }

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

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

 span { border-color: rgb(133,92,255); }

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