Html Css Color HEX #857FFA Light Slate Blue

📋 copy color: '#857FFA'

red 133 ◦ green 127 ◦ blue 250

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

Shades of Light Slate Blue #857FFA

Tints of Light Slate Blue #857FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.9%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 26.08%
G = 24.9%
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

#857FFA (or 0x857FFA) is known color: Light Slate Blue. HEX triplet: 85, 7F and FA. RGB value is (133,127,250). Sum of RGB (Red+Green+Blue) = 133+127+250=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #857FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FFA is #7A8005. Grayscale: #8E8E8E. Windows color (decimal): -8028166 or 16416645. OLE color: 16416645.

HSL color Cylindrical-coordinate representation of color #857FFA: hue angle of 242.93º degrees, saturation: 0.92, 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 #857FFA is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 127 250 -
CMYK 0.47 0.49 0 0.02
HSL 242.93º 0.92% 0.74% -
HSV(B) 242.93º 0.49% 0.98% -
XYZ 34.52 27.07 93.85 -
YUV 142.82 188.49 121 -
System Red Green Blue C M Y K H S L
Decimal 133 127 250 0.47 0.49 0 0.02 242.93 0.92 0.74
Hex 85 7F FA 2F 31 0 2 F3 5C 4A
Octal 205 177 372 57 61 0 2 363 134 112
Binary 10000101 1111111 11111010 101111 110001 0 10 11110011 1011100 1001010

Color Harmonies of #857FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857FFA

Black with #857FFA

Text Example


Text Example

White with #857FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,127,250); }

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

background-color css

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

 a { background-color: rgb(133,127,250); }

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

border-color css

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

 span { border-color: rgb(133,127,250); }

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