Html Css Color HEX #857CFF Light Slate Blue

📋 copy color: '#857CFF'

red 133 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #857CFF

Tints of Light Slate Blue #857CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.22%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 25.98%
G = 24.22%
B = 49.8%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#857CFF (or 0x857CFF) is known color: Light Slate Blue. HEX triplet: 85, 7C and FF. RGB value is (133,124,255). Sum of RGB (Red+Green+Blue) = 133+124+255=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #857CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857CFF is #7A8300. Grayscale: #8D8D8D. Windows color (decimal): -8028929 or 16743557. OLE color: 16743557.

HSL color Cylindrical-coordinate representation of color #857CFF: hue angle of 244.12º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #857CFF is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 124 255 -
CMYK 0.48 0.51 0 0
HSL 244.12º 1% 0.74% -
HSV(B) 244.12º 0.51% 1% -
XYZ 34.93 26.62 97.91 -
YUV 141.63 191.98 121.85 -
System Red Green Blue C M Y K H S L
Decimal 133 124 255 0.48 0.51 0 0 244.12 1 0.74
Hex 85 7C FF 30 33 0 0 F4 64 4A
Octal 205 174 377 60 63 0 0 364 144 112
Binary 10000101 1111100 11111111 110000 110011 0 0 11110100 1100100 1001010

Color Harmonies of #857CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857CFF

Black with #857CFF

Text Example


Text Example

White with #857CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857CFF; }

 p { color: rgb(133,124,255); }

 H1.HeaderClassName
 {
   color: #857CFF;
 }
 .AnyTagClassName
 {
   color: #857CFF;
 }
</style>

background-color css

<style>
 a { background-color: #857CFF; }

 a { background-color: rgb(133,124,255); }

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

border-color css

<style>
 span { border-color: #857CFF; }

 span { border-color: rgb(133,124,255); }

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