Html Css Color HEX #875CFD Light Slate Blue

📋 copy color: '#875CFD'

red 135 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #875CFD

Tints of Light Slate Blue #875CFD

RGB

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

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

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

R = 28.13%
G = 19.17%
B = 52.71%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#875CFD (or 0x875CFD) is known color: Light Slate Blue. HEX triplet: 87, 5C and FD. RGB value is (135,92,253). Sum of RGB (Red+Green+Blue) = 135+92+253=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #875CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875CFD is #78A302. Grayscale: #7A7A7A. Windows color (decimal): -7906051 or 16604295. OLE color: 16604295.

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

Color convert

RGB 135 92 253 -
CMYK 0.47 0.64 0 0.01
HSL 256.02º 0.98% 0.68% -
HSV(B) 256.02º 0.64% 0.99% -
XYZ 31.55 19.9 95.11 -
YUV 123.21 201.25 136.41 -
System Red Green Blue C M Y K H S L
Decimal 135 92 253 0.47 0.64 0 0.01 256.02 0.98 0.68
Hex 87 5C FD 2F 40 0 1 100 62 44
Octal 207 134 375 57 100 0 1 400 142 104
Binary 10000111 1011100 11111101 101111 1000000 0 1 100000000 1100010 1000100

Color Harmonies of #875CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CFD

Black with #875CFD

Text Example


Text Example

White with #875CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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