Html Css Color HEX #857EE8 Medium Slate Blue

📋 copy color: '#857EE8'

red 133 ◦ green 126 ◦ blue 232

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

Shades of Medium Slate Blue #857EE8

Tints of Medium Slate Blue #857EE8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.66%

 BLUE value IS 232 (91.02% from 255) = 47.25%

R = 27.09%
G = 25.66%
B = 47.25%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#857EE8 (or 0x857EE8) is known color: Medium Slate Blue. HEX triplet: 85, 7E and E8. RGB value is (133,126,232). Sum of RGB (Red+Green+Blue) = 133+126+232=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #857EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857EE8 is #7A8117. Grayscale: #8B8B8B. Windows color (decimal): -8028440 or 15236741. OLE color: 15236741.

HSL color Cylindrical-coordinate representation of color #857EE8: hue angle of 243.96º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #857EE8 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 126 232 -
CMYK 0.43 0.46 0 0.09
HSL 243.96º 0.7% 0.7% -
HSV(B) 243.96º 0.46% 0.91% -
XYZ 31.7 25.73 79.64 -
YUV 140.18 179.82 122.88 -
System Red Green Blue C M Y K H S L
Decimal 133 126 232 0.43 0.46 0 0.09 243.96 0.7 0.7
Hex 85 7E E8 2B 2E 0 9 F4 46 46
Octal 205 176 350 53 56 0 11 364 106 106
Binary 10000101 1111110 11101000 101011 101110 0 1001 11110100 1000110 1000110

Color Harmonies of #857EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857EE8

Black with #857EE8

Text Example


Text Example

White with #857EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,126,232); }

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

background-color css

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

 a { background-color: rgb(133,126,232); }

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

border-color css

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

 span { border-color: rgb(133,126,232); }

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