Html Css Color HEX #857BFF Light Slate Blue

📋 copy color: '#857BFF'

red 133 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #857BFF

Tints of Light Slate Blue #857BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.07%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 26.03%
G = 24.07%
B = 49.9%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#857BFF (or 0x857BFF) is known color: Light Slate Blue. HEX triplet: 85, 7B and FF. RGB value is (133,123,255). Sum of RGB (Red+Green+Blue) = 133+123+255=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #857BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857BFF is #7A8400. Grayscale: #8C8C8C. Windows color (decimal): -8029185 or 16743301. OLE color: 16743301.

HSL color Cylindrical-coordinate representation of color #857BFF: hue angle of 244.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #857BFF is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 123 255 -
CMYK 0.48 0.52 0 0
HSL 244.55º 1% 0.74% -
HSV(B) 244.55º 0.52% 1% -
XYZ 34.81 26.37 97.86 -
YUV 141.04 192.31 122.27 -
System Red Green Blue C M Y K H S L
Decimal 133 123 255 0.48 0.52 0 0 244.55 1 0.74
Hex 85 7B FF 30 34 0 0 F5 64 4A
Octal 205 173 377 60 64 0 0 365 144 112
Binary 10000101 1111011 11111111 110000 110100 0 0 11110101 1100100 1001010

Color Harmonies of #857BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857BFF

Black with #857BFF

Text Example


Text Example

White with #857BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,123,255); }

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

background-color css

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

 a { background-color: rgb(133,123,255); }

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

border-color css

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

 span { border-color: rgb(133,123,255); }

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