Html Css Color HEX #857AF2 Light Slate Blue

📋 copy color: '#857AF2'

red 133 ◦ green 122 ◦ blue 242

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

Shades of Light Slate Blue #857AF2

Tints of Light Slate Blue #857AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 26.76%
G = 24.55%
B = 48.69%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#857AF2 (or 0x857AF2) is known color: Light Slate Blue. HEX triplet: 85, 7A and F2. RGB value is (133,122,242). Sum of RGB (Red+Green+Blue) = 133+122+242=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #857AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857AF2 is #7A850D. Grayscale: #8A8A8A. Windows color (decimal): -8029454 or 15891077. OLE color: 15891077.

HSL color Cylindrical-coordinate representation of color #857AF2: hue angle of 245.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857AF2 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 122 242 -
CMYK 0.45 0.50 0 0.05
HSL 245.5º 0.82% 0.71% -
HSV(B) 245.5º 0.5% 0.95% -
XYZ 32.66 25.32 87.17 -
YUV 138.97 186.14 123.74 -
System Red Green Blue C M Y K H S L
Decimal 133 122 242 0.45 0.50 0 0.05 245.5 0.82 0.71
Hex 85 7A F2 2D 32 0 5 F6 52 47
Octal 205 172 362 55 62 0 5 366 122 107
Binary 10000101 1111010 11110010 101101 110010 0 101 11110110 1010010 1000111

Color Harmonies of #857AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857AF2

Black with #857AF2

Text Example


Text Example

White with #857AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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