Html Css Color HEX #857CF9 Light Slate Blue

📋 copy color: '#857CF9'

red 133 ◦ green 124 ◦ blue 249

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

Shades of Light Slate Blue #857CF9

Tints of Light Slate Blue #857CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 26.28%
G = 24.51%
B = 49.21%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#857CF9 (or 0x857CF9) is known color: Light Slate Blue. HEX triplet: 85, 7C and F9. RGB value is (133,124,249). Sum of RGB (Red+Green+Blue) = 133+124+249=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #857CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857CF9 is #7A8306. Grayscale: #8C8C8C. Windows color (decimal): -8028935 or 16350341. OLE color: 16350341.

HSL color Cylindrical-coordinate representation of color #857CF9: hue angle of 244.32º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857CF9 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 124 249 -
CMYK 0.47 0.50 0 0.02
HSL 244.32º 0.91% 0.73% -
HSV(B) 244.32º 0.5% 0.98% -
XYZ 33.98 26.24 92.9 -
YUV 140.94 188.98 122.34 -
System Red Green Blue C M Y K H S L
Decimal 133 124 249 0.47 0.50 0 0.02 244.32 0.91 0.73
Hex 85 7C F9 2F 32 0 2 F4 5B 49
Octal 205 174 371 57 62 0 2 364 133 111
Binary 10000101 1111100 11111001 101111 110010 0 10 11110100 1011011 1001001

Color Harmonies of #857CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857CF9

Black with #857CF9

Text Example


Text Example

White with #857CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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