Html Css Color HEX #856FFE Light Slate Blue

📋 copy color: '#856FFE'

red 133 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #856FFE

Tints of Light Slate Blue #856FFE

RGB

 RED value IS 133 (52.34% from 255) = 26.71%

 GREEN value IS 111 (43.75% from 255) = 22.29%

 BLUE value IS 254 (99.61% from 255) = 51%

R = 26.71%
G = 22.29%
B = 51%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#856FFE (or 0x856FFE) is known color: Light Slate Blue. HEX triplet: 85, 6F and FE. RGB value is (133,111,254). Sum of RGB (Red+Green+Blue) = 133+111+254=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #856FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FFE is #7A9001. Grayscale: #858585. Windows color (decimal): -8032258 or 16674693. OLE color: 16674693.

HSL color Cylindrical-coordinate representation of color #856FFE: hue angle of 249.23º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #856FFE is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 111 254 -
CMYK 0.48 0.56 0 0.00
HSL 249.23º 0.99% 0.72% -
HSV(B) 249.23º 0.56% 1% -
XYZ 33.25 23.51 96.55 -
YUV 133.88 195.79 127.37 -
System Red Green Blue C M Y K H S L
Decimal 133 111 254 0.48 0.56 0 0.00 249.23 0.99 0.72
Hex 85 6F FE 30 38 0 0 F9 63 48
Octal 205 157 376 60 70 0 0 371 143 110
Binary 10000101 1101111 11111110 110000 111000 0 0 11111001 1100011 1001000

Color Harmonies of #856FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FFE

Black with #856FFE

Text Example


Text Example

White with #856FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856FFE; }

 p { color: rgb(133,111,254); }

 H1.HeaderClassName
 {
   color: #856FFE;
 }
 .AnyTagClassName
 {
   color: #856FFE;
 }
</style>

background-color css

<style>
 a { background-color: #856FFE; }

 a { background-color: rgb(133,111,254); }

 div.DivClassName
 {
   background-color: #856FFE;
 }
 .BgClassName
 {
   background-color: #856FFE;
 }
</style>

border-color css

<style>
 span { border-color: #856FFE; }

 span { border-color: rgb(133,111,254); }

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