Html Css Color HEX #857EF9 Light Slate Blue

📋 copy color: '#857EF9'

red 133 ◦ green 126 ◦ blue 249

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

Shades of Light Slate Blue #857EF9

Tints of Light Slate Blue #857EF9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.8%

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

R = 26.18%
G = 24.8%
B = 49.02%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#857EF9 (or 0x857EF9) is known color: Light Slate Blue. HEX triplet: 85, 7E and F9. RGB value is (133,126,249). Sum of RGB (Red+Green+Blue) = 133+126+249=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #857EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857EF9 is #7A8106. Grayscale: #8D8D8D. Windows color (decimal): -8028423 or 16350853. OLE color: 16350853.

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

Color convert

RGB 133 126 249 -
CMYK 0.47 0.49 0 0.02
HSL 243.41º 0.91% 0.74% -
HSV(B) 243.41º 0.49% 0.98% -
XYZ 34.23 26.75 92.98 -
YUV 142.12 188.32 121.5 -
System Red Green Blue C M Y K H S L
Decimal 133 126 249 0.47 0.49 0 0.02 243.41 0.91 0.74
Hex 85 7E F9 2F 31 0 2 F3 5B 4A
Octal 205 176 371 57 61 0 2 363 133 112
Binary 10000101 1111110 11111001 101111 110001 0 10 11110011 1011011 1001010

Color Harmonies of #857EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857EF9

Black with #857EF9

Text Example


Text Example

White with #857EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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