Html Css Color HEX #857FFD Light Slate Blue

📋 copy color: '#857FFD'

red 133 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #857FFD

Tints of Light Slate Blue #857FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 25.93%
G = 24.76%
B = 49.32%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#857FFD (or 0x857FFD) is known color: Light Slate Blue. HEX triplet: 85, 7F and FD. RGB value is (133,127,253). Sum of RGB (Red+Green+Blue) = 133+127+253=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #857FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FFD is #7A8002. Grayscale: #8E8E8E. Windows color (decimal): -8028163 or 16613253. OLE color: 16613253.

HSL color Cylindrical-coordinate representation of color #857FFD: hue angle of 242.86º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857FFD is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 127 253 -
CMYK 0.47 0.50 0 0.01
HSL 242.86º 0.97% 0.75% -
HSV(B) 242.86º 0.5% 0.99% -
XYZ 34.99 27.26 96.35 -
YUV 143.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 133 127 253 0.47 0.50 0 0.01 242.86 0.97 0.75
Hex 85 7F FD 2F 32 0 1 F3 61 4B
Octal 205 177 375 57 62 0 1 363 141 113
Binary 10000101 1111111 11111101 101111 110010 0 1 11110011 1100001 1001011

Color Harmonies of #857FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857FFD

Black with #857FFD

Text Example


Text Example

White with #857FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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