Html Css Color HEX #857AF8 Light Slate Blue

📋 copy color: '#857AF8'

red 133 ◦ green 122 ◦ blue 248

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

Shades of Light Slate Blue #857AF8

Tints of Light Slate Blue #857AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 26.44%
G = 24.25%
B = 49.3%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#857AF8 (or 0x857AF8) is known color: Light Slate Blue. HEX triplet: 85, 7A and F8. RGB value is (133,122,248). Sum of RGB (Red+Green+Blue) = 133+122+248=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #857AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857AF8 is #7A8507. Grayscale: #8B8B8B. Windows color (decimal): -8029448 or 16284293. OLE color: 16284293.

HSL color Cylindrical-coordinate representation of color #857AF8: hue angle of 245.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #857AF8 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 122 248 -
CMYK 0.46 0.51 0 0.03
HSL 245.24º 0.9% 0.73% -
HSV(B) 245.24º 0.51% 0.97% -
XYZ 33.58 25.68 91.99 -
YUV 139.65 189.14 123.25 -
System Red Green Blue C M Y K H S L
Decimal 133 122 248 0.46 0.51 0 0.03 245.24 0.9 0.73
Hex 85 7A F8 2E 33 0 3 F5 5A 49
Octal 205 172 370 56 63 0 3 365 132 111
Binary 10000101 1111010 11111000 101110 110011 0 11 11110101 1011010 1001001

Color Harmonies of #857AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857AF8

Black with #857AF8

Text Example


Text Example

White with #857AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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