Html Css Color HEX #856AFB Light Slate Blue

📋 copy color: '#856AFB'

red 133 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #856AFB

Tints of Light Slate Blue #856AFB

RGB

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

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

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

R = 27.14%
G = 21.63%
B = 51.22%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#856AFB (or 0x856AFB) is known color: Light Slate Blue. HEX triplet: 85, 6A and FB. RGB value is (133,106,251). Sum of RGB (Red+Green+Blue) = 133+106+251=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #856AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856AFB is #7A9504. Grayscale: #828282. Windows color (decimal): -8033541 or 16476805. OLE color: 16476805.

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

Color convert

RGB 133 106 251 -
CMYK 0.47 0.58 0 0.02
HSL 251.17º 0.95% 0.7% -
HSV(B) 251.17º 0.58% 0.98% -
XYZ 32.24 22.26 93.86 -
YUV 130.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 133 106 251 0.47 0.58 0 0.02 251.17 0.95 0.7
Hex 85 6A FB 2F 3A 0 2 FB 5F 46
Octal 205 152 373 57 72 0 2 373 137 106
Binary 10000101 1101010 11111011 101111 111010 0 10 11111011 1011111 1000110

Color Harmonies of #856AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856AFB

Black with #856AFB

Text Example


Text Example

White with #856AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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