Html Css Color HEX #857DFE Light Slate Blue

📋 copy color: '#857DFE'

red 133 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #857DFE

Tints of Light Slate Blue #857DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.41%

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

R = 25.98%
G = 24.41%
B = 49.61%

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

#857DFE (or 0x857DFE) is known color: Light Slate Blue. HEX triplet: 85, 7D and FE. RGB value is (133,125,254). Sum of RGB (Red+Green+Blue) = 133+125+254=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #857DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857DFE is #7A8201. Grayscale: #8D8D8D. Windows color (decimal): -8028674 or 16678277. OLE color: 16678277.

HSL color Cylindrical-coordinate representation of color #857DFE: hue angle of 243.72º 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 #857DFE is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 125 254 -
CMYK 0.48 0.51 0 0.00
HSL 243.72º 0.98% 0.74% -
HSV(B) 243.72º 0.51% 1% -
XYZ 34.9 26.81 97.1 -
YUV 142.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 133 125 254 0.48 0.51 0 0.00 243.72 0.98 0.74
Hex 85 7D FE 30 33 0 0 F4 62 4A
Octal 205 175 376 60 63 0 0 364 142 112
Binary 10000101 1111101 11111110 110000 110011 0 0 11110100 1100010 1001010

Color Harmonies of #857DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857DFE

Black with #857DFE

Text Example


Text Example

White with #857DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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