Html Css Color HEX #856AF7 Light Slate Blue

📋 copy color: '#856AF7'

red 133 ◦ green 106 ◦ blue 247

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

Shades of Light Slate Blue #856AF7

Tints of Light Slate Blue #856AF7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

 BLUE value IS 247 (96.88% from 255) = 50.82%

R = 27.37%
G = 21.81%
B = 50.82%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#856AF7 (or 0x856AF7) is known color: Light Slate Blue. HEX triplet: 85, 6A and F7. RGB value is (133,106,247). Sum of RGB (Red+Green+Blue) = 133+106+247=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #856AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856AF7 is #7A9508. Grayscale: #818181. Windows color (decimal): -8033545 or 16214661. OLE color: 16214661.

HSL color Cylindrical-coordinate representation of color #856AF7: hue angle of 251.49º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #856AF7 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 106 247 -
CMYK 0.46 0.57 0 0.03
HSL 251.49º 0.9% 0.69% -
HSV(B) 251.49º 0.57% 0.97% -
XYZ 31.62 22.01 90.58 -
YUV 130.15 193.95 130.04 -
System Red Green Blue C M Y K H S L
Decimal 133 106 247 0.46 0.57 0 0.03 251.49 0.9 0.69
Hex 85 6A F7 2E 39 0 3 FB 5A 45
Octal 205 152 367 56 71 0 3 373 132 105
Binary 10000101 1101010 11110111 101110 111001 0 11 11111011 1011010 1000101

Color Harmonies of #856AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856AF7

Black with #856AF7

Text Example


Text Example

White with #856AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,106,247); }

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

background-color css

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

 a { background-color: rgb(133,106,247); }

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

border-color css

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

 span { border-color: rgb(133,106,247); }

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