Html Css Color HEX #857AFE Light Slate Blue

📋 copy color: '#857AFE'

red 133 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #857AFE

Tints of Light Slate Blue #857AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.97%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 26.13%
G = 23.97%
B = 49.9%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#857AFE (or 0x857AFE) is known color: Light Slate Blue. HEX triplet: 85, 7A and FE. RGB value is (133,122,254). Sum of RGB (Red+Green+Blue) = 133+122+254=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #857AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857AFE is #7A8501. Grayscale: #8B8B8B. Windows color (decimal): -8029442 or 16677509. OLE color: 16677509.

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

Color convert

RGB 133 122 254 -
CMYK 0.48 0.52 0 0.00
HSL 245º 0.99% 0.74% -
HSV(B) 245º 0.52% 1% -
XYZ 34.52 26.06 96.98 -
YUV 140.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 133 122 254 0.48 0.52 0 0.00 245 0.99 0.74
Hex 85 7A FE 30 34 0 0 F5 63 4A
Octal 205 172 376 60 64 0 0 365 143 112
Binary 10000101 1111010 11111110 110000 110100 0 0 11110101 1100011 1001010

Color Harmonies of #857AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857AFE

Black with #857AFE

Text Example


Text Example

White with #857AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,122,254); }

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

background-color css

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

 a { background-color: rgb(133,122,254); }

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

border-color css

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

 span { border-color: rgb(133,122,254); }

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