Html Css Color HEX #856DFA Light Slate Blue

📋 copy color: '#856DFA'

red 133 ◦ green 109 ◦ blue 250

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

Shades of Light Slate Blue #856DFA

Tints of Light Slate Blue #856DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 27.03%
G = 22.15%
B = 50.81%

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

#856DFA (or 0x856DFA) is known color: Light Slate Blue. HEX triplet: 85, 6D and FA. RGB value is (133,109,250). Sum of RGB (Red+Green+Blue) = 133+109+250=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #856DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856DFA is #7A9205. Grayscale: #838383. Windows color (decimal): -8032774 or 16412037. OLE color: 16412037.

HSL color Cylindrical-coordinate representation of color #856DFA: hue angle of 250.21º degrees, saturation: 0.93, 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 #856DFA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 109 250 -
CMYK 0.47 0.56 0 0.02
HSL 250.21º 0.93% 0.7% -
HSV(B) 250.21º 0.56% 0.98% -
XYZ 32.4 22.83 93.14 -
YUV 132.25 194.45 128.54 -
System Red Green Blue C M Y K H S L
Decimal 133 109 250 0.47 0.56 0 0.02 250.21 0.93 0.7
Hex 85 6D FA 2F 38 0 2 FA 5D 46
Octal 205 155 372 57 70 0 2 372 135 106
Binary 10000101 1101101 11111010 101111 111000 0 10 11111010 1011101 1000110

Color Harmonies of #856DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DFA

Black with #856DFA

Text Example


Text Example

White with #856DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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