Html Css Color HEX #857AE8 Medium Slate Blue

📋 copy color: '#857AE8'

red 133 ◦ green 122 ◦ blue 232

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

Shades of Medium Slate Blue #857AE8

Tints of Medium Slate Blue #857AE8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

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

R = 27.31%
G = 25.05%
B = 47.64%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#857AE8 (or 0x857AE8) is known color: Medium Slate Blue. HEX triplet: 85, 7A and E8. RGB value is (133,122,232). Sum of RGB (Red+Green+Blue) = 133+122+232=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #857AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857AE8 is #7A8517. Grayscale: #898989. Windows color (decimal): -8029464 or 15235717. OLE color: 15235717.

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

Color convert

RGB 133 122 232 -
CMYK 0.43 0.47 0 0.09
HSL 246º 0.71% 0.69% -
HSV(B) 246º 0.47% 0.91% -
XYZ 31.2 24.73 79.47 -
YUV 137.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 133 122 232 0.43 0.47 0 0.09 246 0.71 0.69
Hex 85 7A E8 2B 2F 0 9 F6 47 45
Octal 205 172 350 53 57 0 11 366 107 105
Binary 10000101 1111010 11101000 101011 101111 0 1001 11110110 1000111 1000101

Color Harmonies of #857AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857AE8

Black with #857AE8

Text Example


Text Example

White with #857AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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