Html Css Color HEX #875BFE Light Slate Blue

📋 copy color: '#875BFE'

red 135 ◦ green 91 ◦ blue 254

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

Shades of Light Slate Blue #875BFE

Tints of Light Slate Blue #875BFE

RGB

 RED value IS 135 (53.13% from 255) = 28.13%

 GREEN value IS 91 (35.94% from 255) = 18.96%

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 28.13%
G = 18.96%
B = 52.92%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#875BFE (or 0x875BFE) is known color: Light Slate Blue. HEX triplet: 87, 5B and FE. RGB value is (135,91,254). Sum of RGB (Red+Green+Blue) = 135+91+254=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #875BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BFE is #78A401. Grayscale: #7A7A7A. Windows color (decimal): -7906306 or 16669575. OLE color: 16669575.

HSL color Cylindrical-coordinate representation of color #875BFE: hue angle of 256.2º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875BFE is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 135 91 254 -
CMYK 0.47 0.64 0 0.00
HSL 256.2º 0.99% 0.68% -
HSV(B) 256.2º 0.64% 1% -
XYZ 31.62 19.79 95.92 -
YUV 122.74 202.08 136.75 -
System Red Green Blue C M Y K H S L
Decimal 135 91 254 0.47 0.64 0 0.00 256.2 0.99 0.68
Hex 87 5B FE 2F 40 0 0 100 63 44
Octal 207 133 376 57 100 0 0 400 143 104
Binary 10000111 1011011 11111110 101111 1000000 0 0 100000000 1100011 1000100

Color Harmonies of #875BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BFE

Black with #875BFE

Text Example


Text Example

White with #875BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875BFE; }

 p { color: rgb(135,91,254); }

 H1.HeaderClassName
 {
   color: #875BFE;
 }
 .AnyTagClassName
 {
   color: #875BFE;
 }
</style>

background-color css

<style>
 a { background-color: #875BFE; }

 a { background-color: rgb(135,91,254); }

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

border-color css

<style>
 span { border-color: #875BFE; }

 span { border-color: rgb(135,91,254); }

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