Html Css Color HEX #857FEF Light Slate Blue

📋 copy color: '#857FEF'

red 133 ◦ green 127 ◦ blue 239

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

Shades of Light Slate Blue #857FEF

Tints of Light Slate Blue #857FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 26.65%
G = 25.45%
B = 47.9%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#857FEF (or 0x857FEF) is known color: Light Slate Blue. HEX triplet: 85, 7F and EF. RGB value is (133,127,239). Sum of RGB (Red+Green+Blue) = 133+127+239=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #857FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FEF is #7A8010. Grayscale: #8D8D8D. Windows color (decimal): -8028177 or 15695749. OLE color: 15695749.

HSL color Cylindrical-coordinate representation of color #857FEF: hue angle of 243.21º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857FEF is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 127 239 -
CMYK 0.44 0.47 0 0.06
HSL 243.21º 0.78% 0.72% -
HSV(B) 243.21º 0.47% 0.94% -
XYZ 32.84 26.4 85.03 -
YUV 141.56 182.99 121.89 -
System Red Green Blue C M Y K H S L
Decimal 133 127 239 0.44 0.47 0 0.06 243.21 0.78 0.72
Hex 85 7F EF 2C 2F 0 6 F3 4E 48
Octal 205 177 357 54 57 0 6 363 116 110
Binary 10000101 1111111 11101111 101100 101111 0 110 11110011 1001110 1001000

Color Harmonies of #857FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857FEF

Black with #857FEF

Text Example


Text Example

White with #857FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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