Html Css Color HEX #856CFD Light Slate Blue

📋 copy color: '#856CFD'

red 133 ◦ green 108 ◦ blue 253

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

Shades of Light Slate Blue #856CFD

Tints of Light Slate Blue #856CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 26.92%
G = 21.86%
B = 51.21%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#856CFD (or 0x856CFD) is known color: Light Slate Blue. HEX triplet: 85, 6C and FD. RGB value is (133,108,253). Sum of RGB (Red+Green+Blue) = 133+108+253=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #856CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856CFD is #7A9302. Grayscale: #838383. Windows color (decimal): -8033027 or 16608389. OLE color: 16608389.

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

Color convert

RGB 133 108 253 -
CMYK 0.47 0.57 0 0.01
HSL 250.34º 0.97% 0.71% -
HSV(B) 250.34º 0.57% 0.99% -
XYZ 32.77 22.8 95.6 -
YUV 132.01 196.28 128.71 -
System Red Green Blue C M Y K H S L
Decimal 133 108 253 0.47 0.57 0 0.01 250.34 0.97 0.71
Hex 85 6C FD 2F 39 0 1 FA 61 47
Octal 205 154 375 57 71 0 1 372 141 107
Binary 10000101 1101100 11111101 101111 111001 0 1 11111010 1100001 1000111

Color Harmonies of #856CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CFD

Black with #856CFD

Text Example


Text Example

White with #856CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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