Html Css Color HEX #856DF4 Light Slate Blue

📋 copy color: '#856DF4'

red 133 ◦ green 109 ◦ blue 244

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

Shades of Light Slate Blue #856DF4

Tints of Light Slate Blue #856DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.21%

R = 27.37%
G = 22.43%
B = 50.21%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#856DF4 (or 0x856DF4) is known color: Light Slate Blue. HEX triplet: 85, 6D and F4. RGB value is (133,109,244). Sum of RGB (Red+Green+Blue) = 133+109+244=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #856DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856DF4 is #7A920B. Grayscale: #838383. Windows color (decimal): -8032780 or 16018821. OLE color: 16018821.

HSL color Cylindrical-coordinate representation of color #856DF4: hue angle of 250.67º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #856DF4 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 109 244 -
CMYK 0.45 0.55 0 0.04
HSL 250.67º 0.86% 0.69% -
HSV(B) 250.67º 0.55% 0.96% -
XYZ 31.47 22.46 88.26 -
YUV 131.57 191.45 129.02 -
System Red Green Blue C M Y K H S L
Decimal 133 109 244 0.45 0.55 0 0.04 250.67 0.86 0.69
Hex 85 6D F4 2D 37 0 4 FB 56 45
Octal 205 155 364 55 67 0 4 373 126 105
Binary 10000101 1101101 11110100 101101 110111 0 100 11111011 1010110 1000101

Color Harmonies of #856DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DF4

Black with #856DF4

Text Example


Text Example

White with #856DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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