Html Css Color HEX #875DFF Light Slate Blue

📋 copy color: '#875DFF'

red 135 ◦ green 93 ◦ blue 255

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

Shades of Light Slate Blue #875DFF

Tints of Light Slate Blue #875DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.25%

 BLUE value IS 255 (100% from 255) = 52.8%

R = 27.95%
G = 19.25%
B = 52.8%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#875DFF (or 0x875DFF) is known color: Light Slate Blue. HEX triplet: 87, 5D and FF. RGB value is (135,93,255). Sum of RGB (Red+Green+Blue) = 135+93+255=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #875DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875DFF is #78A200. Grayscale: #7B7B7B. Windows color (decimal): -7905793 or 16735623. OLE color: 16735623.

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

Color convert

RGB 135 93 255 -
CMYK 0.47 0.64 0 0
HSL 255.56º 1% 0.68% -
HSV(B) 255.56º 0.64% 1% -
XYZ 31.96 20.2 96.82 -
YUV 124.03 201.91 135.83 -
System Red Green Blue C M Y K H S L
Decimal 135 93 255 0.47 0.64 0 0 255.56 1 0.68
Hex 87 5D FF 2F 40 0 0 100 64 44
Octal 207 135 377 57 100 0 0 400 144 104
Binary 10000111 1011101 11111111 101111 1000000 0 0 100000000 1100100 1000100

Color Harmonies of #875DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DFF

Black with #875DFF

Text Example


Text Example

White with #875DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,255); }

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

background-color css

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

 a { background-color: rgb(135,93,255); }

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

border-color css

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

 span { border-color: rgb(135,93,255); }

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