Html Css Color HEX #856DF9 Light Slate Blue

📋 copy color: '#856DF9'

red 133 ◦ green 109 ◦ blue 249

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

Shades of Light Slate Blue #856DF9

Tints of Light Slate Blue #856DF9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.2%

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 27.09%
G = 22.2%
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

#856DF9 (or 0x856DF9) is known color: Light Slate Blue. HEX triplet: 85, 6D and F9. RGB value is (133,109,249). Sum of RGB (Red+Green+Blue) = 133+109+249=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #856DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856DF9 is #7A9206. Grayscale: #838383. Windows color (decimal): -8032775 or 16346501. OLE color: 16346501.

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

Color convert

RGB 133 109 249 -
CMYK 0.47 0.56 0 0.02
HSL 250.29º 0.92% 0.7% -
HSV(B) 250.29º 0.56% 0.98% -
XYZ 32.24 22.76 92.32 -
YUV 132.14 193.95 128.62 -
System Red Green Blue C M Y K H S L
Decimal 133 109 249 0.47 0.56 0 0.02 250.29 0.92 0.7
Hex 85 6D F9 2F 38 0 2 FA 5C 46
Octal 205 155 371 57 70 0 2 372 134 106
Binary 10000101 1101101 11111001 101111 111000 0 10 11111010 1011100 1000110

Color Harmonies of #856DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DF9

Black with #856DF9

Text Example


Text Example

White with #856DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,109,249); }

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

background-color css

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

 a { background-color: rgb(133,109,249); }

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

border-color css

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

 span { border-color: rgb(133,109,249); }

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