Html Css Color HEX #855CFF Light Slate Blue

📋 copy color: '#855CFF'

red 133 ◦ green 92 ◦ blue 255

#855CFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #855CFF

Tints of Light Slate Blue #855CFF

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.13%

R = 27.71%
G = 19.17%
B = 53.13%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#855CFF (or 0x855CFF) is known color: 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

RGB 133 92 255 -
CMYK 0.48 0.64 0 0
HSL 255.09º 1% 0.68% -
HSV(B) 255.09º 0.64% 1% -
XYZ 31.55 19.86 96.78 -
YUV 122.84 202.58 135.25 -
System Red Green Blue C M Y K H S L
Decimal 133 92 255 0.48 0.64 0 0 255.09 1 0.68
Hex 85 5C FF 30 40 0 0 FF 64 44
Octal 205 134 377 60 100 0 0 377 144 104
Binary 10000101 1011100 11111111 110000 1000000 0 0 11111111 1100100 1000100

Color Harmonies of #855CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CFF

Black with #855CFF

Text Example


Text Example

White with #855CFF

Text Example


Text Example

HTML Codes & Css Web 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>