Html Css Color HEX #857CFC Light Slate Blue

📋 copy color: '#857CFC'

red 133 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #857CFC

Tints of Light Slate Blue #857CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.36%

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 26.13%
G = 24.36%
B = 49.51%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#857CFC (or 0x857CFC) is known color: Light Slate Blue. HEX triplet: 85, 7C and FC. RGB value is (133,124,252). Sum of RGB (Red+Green+Blue) = 133+124+252=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #857CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857CFC is #7A8303. Grayscale: #8C8C8C. Windows color (decimal): -8028932 or 16546949. OLE color: 16546949.

HSL color Cylindrical-coordinate representation of color #857CFC: hue angle of 244.22º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #857CFC is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 124 252 -
CMYK 0.47 0.51 0 0.01
HSL 244.22º 0.96% 0.74% -
HSV(B) 244.22º 0.51% 0.99% -
XYZ 34.45 26.43 95.38 -
YUV 141.28 190.48 122.09 -
System Red Green Blue C M Y K H S L
Decimal 133 124 252 0.47 0.51 0 0.01 244.22 0.96 0.74
Hex 85 7C FC 2F 33 0 1 F4 60 4A
Octal 205 174 374 57 63 0 1 364 140 112
Binary 10000101 1111100 11111100 101111 110011 0 1 11110100 1100000 1001010

Color Harmonies of #857CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857CFC

Black with #857CFC

Text Example


Text Example

White with #857CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,252); }

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

background-color css

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

 a { background-color: rgb(133,124,252); }

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

border-color css

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

 span { border-color: rgb(133,124,252); }

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