Html Css Color HEX #875FFD Light Slate Blue

📋 copy color: '#875FFD'

red 135 ◦ green 95 ◦ blue 253

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

Shades of Light Slate Blue #875FFD

Tints of Light Slate Blue #875FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.67%

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 27.95%
G = 19.67%
B = 52.38%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#875FFD (or 0x875FFD) is known color: Light Slate Blue. HEX triplet: 87, 5F and FD. RGB value is (135,95,253). Sum of RGB (Red+Green+Blue) = 135+95+253=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #875FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875FFD is #78A002. Grayscale: #7C7C7C. Windows color (decimal): -7905283 or 16605063. OLE color: 16605063.

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

Color convert

RGB 135 95 253 -
CMYK 0.47 0.62 0 0.01
HSL 255.19º 0.98% 0.68% -
HSV(B) 255.19º 0.62% 0.99% -
XYZ 31.81 20.43 95.19 -
YUV 124.97 200.25 135.15 -
System Red Green Blue C M Y K H S L
Decimal 135 95 253 0.47 0.62 0 0.01 255.19 0.98 0.68
Hex 87 5F FD 2F 3E 0 1 FF 62 44
Octal 207 137 375 57 76 0 1 377 142 104
Binary 10000111 1011111 11111101 101111 111110 0 1 11111111 1100010 1000100

Color Harmonies of #875FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FFD

Black with #875FFD

Text Example


Text Example

White with #875FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,95,253); }

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

background-color css

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

 a { background-color: rgb(135,95,253); }

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

border-color css

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

 span { border-color: rgb(135,95,253); }

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