Html Css Color HEX #857FEC Light Slate Blue

📋 copy color: '#857FEC'

red 133 ◦ green 127 ◦ blue 236

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

Shades of Light Slate Blue #857FEC

Tints of Light Slate Blue #857FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.6%

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 26.81%
G = 25.6%
B = 47.58%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#857FEC (or 0x857FEC) is known color: Light Slate Blue. HEX triplet: 85, 7F and EC. RGB value is (133,127,236). Sum of RGB (Red+Green+Blue) = 133+127+236=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #857FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FEC is #7A8013. Grayscale: #8C8C8C. Windows color (decimal): -8028180 or 15499141. OLE color: 15499141.

HSL color Cylindrical-coordinate representation of color #857FEC: hue angle of 243.3º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #857FEC is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 127 236 -
CMYK 0.44 0.46 0 0.07
HSL 243.3º 0.74% 0.71% -
HSV(B) 243.3º 0.46% 0.93% -
XYZ 32.4 26.22 82.71 -
YUV 141.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 133 127 236 0.44 0.46 0 0.07 243.3 0.74 0.71
Hex 85 7F EC 2C 2E 0 7 F3 4A 47
Octal 205 177 354 54 56 0 7 363 112 107
Binary 10000101 1111111 11101100 101100 101110 0 111 11110011 1001010 1000111

Color Harmonies of #857FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857FEC

Black with #857FEC

Text Example


Text Example

White with #857FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,127,236); }

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

background-color css

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

 a { background-color: rgb(133,127,236); }

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

border-color css

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

 span { border-color: rgb(133,127,236); }

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