Html Css Color HEX #875CFF Light Slate Blue

📋 copy color: '#875CFF'

red 135 ◦ green 92 ◦ blue 255

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

Shades of Light Slate Blue #875CFF

Tints of Light Slate Blue #875CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.09%

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

R = 28.01%
G = 19.09%
B = 52.9%

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

#875CFF (or 0x875CFF) is known color: Light Slate Blue. HEX triplet: 87, 5C and FF. RGB value is (135,92,255). Sum of RGB (Red+Green+Blue) = 135+92+255=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #875CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875CFF is #78A300. Grayscale: #7A7A7A. Windows color (decimal): -7906049 or 16735367. OLE color: 16735367.

HSL color Cylindrical-coordinate representation of color #875CFF: hue angle of 255.83º 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 #875CFF is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 92 255 -
CMYK 0.47 0.64 0 0
HSL 255.83º 1% 0.68% -
HSV(B) 255.83º 0.64% 1% -
XYZ 31.87 20.03 96.79 -
YUV 123.44 202.25 136.25 -
System Red Green Blue C M Y K H S L
Decimal 135 92 255 0.47 0.64 0 0 255.83 1 0.68
Hex 87 5C FF 2F 40 0 0 100 64 44
Octal 207 134 377 57 100 0 0 400 144 104
Binary 10000111 1011100 11111111 101111 1000000 0 0 100000000 1100100 1000100

Color Harmonies of #875CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CFF

Black with #875CFF

Text Example


Text Example

White with #875CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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