Html Css Color HEX #875DFC Light Slate Blue

📋 copy color: '#875DFC'

red 135 ◦ green 93 ◦ blue 252

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

Shades of Light Slate Blue #875DFC

Tints of Light Slate Blue #875DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.5%

R = 28.13%
G = 19.38%
B = 52.5%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#875DFC (or 0x875DFC) is known color: Light Slate Blue. HEX triplet: 87, 5D and FC. RGB value is (135,93,252). Sum of RGB (Red+Green+Blue) = 135+93+252=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #875DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875DFC is #78A203. Grayscale: #7B7B7B. Windows color (decimal): -7905796 or 16539015. OLE color: 16539015.

HSL color Cylindrical-coordinate representation of color #875DFC: hue angle of 255.85º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #875DFC is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 135 93 252 -
CMYK 0.46 0.63 0 0.01
HSL 255.85º 0.96% 0.68% -
HSV(B) 255.85º 0.63% 0.99% -
XYZ 31.48 20.01 94.3 -
YUV 123.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 135 93 252 0.46 0.63 0 0.01 255.85 0.96 0.68
Hex 87 5D FC 2E 3F 0 1 100 60 44
Octal 207 135 374 56 77 0 1 400 140 104
Binary 10000111 1011101 11111100 101110 111111 0 1 100000000 1100000 1000100

Color Harmonies of #875DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DFC

Black with #875DFC

Text Example


Text Example

White with #875DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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