Html Css Color HEX #856FFB Light Slate Blue

📋 copy color: '#856FFB'

red 133 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #856FFB

Tints of Light Slate Blue #856FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 26.87%
G = 22.42%
B = 50.71%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#856FFB (or 0x856FFB) is known color: Light Slate Blue. HEX triplet: 85, 6F and FB. RGB value is (133,111,251). Sum of RGB (Red+Green+Blue) = 133+111+251=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #856FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FFB is #7A9004. Grayscale: #858585. Windows color (decimal): -8032261 or 16478085. OLE color: 16478085.

HSL color Cylindrical-coordinate representation of color #856FFB: hue angle of 249.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #856FFB is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 111 251 -
CMYK 0.47 0.56 0 0.02
HSL 249.43º 0.95% 0.71% -
HSV(B) 249.43º 0.56% 0.98% -
XYZ 32.77 23.32 94.04 -
YUV 133.54 194.29 127.62 -
System Red Green Blue C M Y K H S L
Decimal 133 111 251 0.47 0.56 0 0.02 249.43 0.95 0.71
Hex 85 6F FB 2F 38 0 2 F9 5F 47
Octal 205 157 373 57 70 0 2 371 137 107
Binary 10000101 1101111 11111011 101111 111000 0 10 11111001 1011111 1000111

Color Harmonies of #856FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FFB

Black with #856FFB

Text Example


Text Example

White with #856FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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