Html Css Color HEX #856CFE Light Slate Blue

📋 copy color: '#856CFE'

red 133 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #856CFE

Tints of Light Slate Blue #856CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.82%

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

R = 26.87%
G = 21.82%
B = 51.31%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#856CFE (or 0x856CFE) is known color: Light Slate Blue. HEX triplet: 85, 6C and FE. RGB value is (133,108,254). Sum of RGB (Red+Green+Blue) = 133+108+254=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #856CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856CFE is #7A9301. Grayscale: #838383. Windows color (decimal): -8033026 or 16673925. OLE color: 16673925.

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

Color convert

RGB 133 108 254 -
CMYK 0.48 0.57 0 0.00
HSL 250.27º 0.99% 0.71% -
HSV(B) 250.27º 0.57% 1% -
XYZ 32.92 22.87 96.44 -
YUV 132.12 196.78 128.63 -
System Red Green Blue C M Y K H S L
Decimal 133 108 254 0.48 0.57 0 0.00 250.27 0.99 0.71
Hex 85 6C FE 30 39 0 0 FA 63 47
Octal 205 154 376 60 71 0 0 372 143 107
Binary 10000101 1101100 11111110 110000 111001 0 0 11111010 1100011 1000111

Color Harmonies of #856CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CFE

Black with #856CFE

Text Example


Text Example

White with #856CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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