Html Css Color HEX #857FFB Light Slate Blue

📋 copy color: '#857FFB'

red 133 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #857FFB

Tints of Light Slate Blue #857FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 26.03%
G = 24.85%
B = 49.12%

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

#857FFB (or 0x857FFB) is known color: Light Slate Blue. HEX triplet: 85, 7F and FB. RGB value is (133,127,251). Sum of RGB (Red+Green+Blue) = 133+127+251=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #857FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FFB is #7A8004. Grayscale: #8E8E8E. Windows color (decimal): -8028165 or 16482181. OLE color: 16482181.

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

Color convert

RGB 133 127 251 -
CMYK 0.47 0.49 0 0.02
HSL 242.9º 0.94% 0.74% -
HSV(B) 242.9º 0.49% 0.98% -
XYZ 34.67 27.13 94.68 -
YUV 142.93 188.99 120.92 -
System Red Green Blue C M Y K H S L
Decimal 133 127 251 0.47 0.49 0 0.02 242.9 0.94 0.74
Hex 85 7F FB 2F 31 0 2 F3 5E 4A
Octal 205 177 373 57 61 0 2 363 136 112
Binary 10000101 1111111 11111011 101111 110001 0 10 11110011 1011110 1001010

Color Harmonies of #857FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857FFB

Black with #857FFB

Text Example


Text Example

White with #857FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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