Html Css Color HEX #857BF8 Light Slate Blue

📋 copy color: '#857BF8'

red 133 ◦ green 123 ◦ blue 248

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

Shades of Light Slate Blue #857BF8

Tints of Light Slate Blue #857BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.21%

R = 26.39%
G = 24.4%
B = 49.21%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#857BF8 (or 0x857BF8) is known color: Light Slate Blue. HEX triplet: 85, 7B and F8. RGB value is (133,123,248). Sum of RGB (Red+Green+Blue) = 133+123+248=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #857BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857BF8 is #7A8407. Grayscale: #8B8B8B. Windows color (decimal): -8029192 or 16284549. OLE color: 16284549.

HSL color Cylindrical-coordinate representation of color #857BF8: hue angle of 244.8º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857BF8 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 123 248 -
CMYK 0.46 0.50 0 0.03
HSL 244.8º 0.9% 0.73% -
HSV(B) 244.8º 0.5% 0.97% -
XYZ 33.7 25.93 92.04 -
YUV 140.24 188.81 122.84 -
System Red Green Blue C M Y K H S L
Decimal 133 123 248 0.46 0.50 0 0.03 244.8 0.9 0.73
Hex 85 7B F8 2E 32 0 3 F5 5A 49
Octal 205 173 370 56 62 0 3 365 132 111
Binary 10000101 1111011 11111000 101110 110010 0 11 11110101 1011010 1001001

Color Harmonies of #857BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857BF8

Black with #857BF8

Text Example


Text Example

White with #857BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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