Html Css Color HEX #857CFE Light Slate Blue

📋 copy color: '#857CFE'

red 133 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #857CFE

Tints of Light Slate Blue #857CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 26.03%
G = 24.27%
B = 49.71%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#857CFE (or 0x857CFE) is known color: Light Slate Blue. HEX triplet: 85, 7C and FE. RGB value is (133,124,254). Sum of RGB (Red+Green+Blue) = 133+124+254=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #857CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857CFE is #7A8301. Grayscale: #8D8D8D. Windows color (decimal): -8028930 or 16678021. OLE color: 16678021.

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

Color convert

RGB 133 124 254 -
CMYK 0.48 0.51 0 0.00
HSL 244.15º 0.98% 0.74% -
HSV(B) 244.15º 0.51% 1% -
XYZ 34.77 26.56 97.06 -
YUV 141.51 191.48 121.93 -
System Red Green Blue C M Y K H S L
Decimal 133 124 254 0.48 0.51 0 0.00 244.15 0.98 0.74
Hex 85 7C FE 30 33 0 0 F4 62 4A
Octal 205 174 376 60 63 0 0 364 142 112
Binary 10000101 1111100 11111110 110000 110011 0 0 11110100 1100010 1001010

Color Harmonies of #857CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857CFE

Black with #857CFE

Text Example


Text Example

White with #857CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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