Html Css Color HEX #857AF3 Light Slate Blue

📋 copy color: '#857AF3'

red 133 ◦ green 122 ◦ blue 243

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

Shades of Light Slate Blue #857AF3

Tints of Light Slate Blue #857AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.8%

R = 26.71%
G = 24.5%
B = 48.8%

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

#857AF3 (or 0x857AF3) is known color: Light Slate Blue. HEX triplet: 85, 7A and F3. RGB value is (133,122,243). Sum of RGB (Red+Green+Blue) = 133+122+243=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #857AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857AF3 is #7A850C. Grayscale: #8A8A8A. Windows color (decimal): -8029453 or 15956613. OLE color: 15956613.

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

Color convert

RGB 133 122 243 -
CMYK 0.45 0.50 0 0.05
HSL 245.45º 0.83% 0.72% -
HSV(B) 245.45º 0.5% 0.95% -
XYZ 32.81 25.38 87.96 -
YUV 139.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 133 122 243 0.45 0.50 0 0.05 245.45 0.83 0.72
Hex 85 7A F3 2D 32 0 5 F5 53 48
Octal 205 172 363 55 62 0 5 365 123 110
Binary 10000101 1111010 11110011 101101 110010 0 101 11110101 1010011 1001000

Color Harmonies of #857AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857AF3

Black with #857AF3

Text Example


Text Example

White with #857AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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