Html Css Color HEX #877CFD Light Slate Blue

📋 copy color: '#877CFD'

red 135 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #877CFD

Tints of Light Slate Blue #877CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.22%

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

R = 26.37%
G = 24.22%
B = 49.41%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#877CFD (or 0x877CFD) is known color: Light Slate Blue. HEX triplet: 87, 7C and FD. RGB value is (135,124,253). Sum of RGB (Red+Green+Blue) = 135+124+253=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #877CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877CFD is #788302. Grayscale: #8D8D8D. Windows color (decimal): -7897859 or 16612487. OLE color: 16612487.

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

Color convert

RGB 135 124 253 -
CMYK 0.47 0.51 0 0.01
HSL 245.12º 0.97% 0.74% -
HSV(B) 245.12º 0.51% 0.99% -
XYZ 34.93 26.66 96.23 -
YUV 142 190.64 123.01 -
System Red Green Blue C M Y K H S L
Decimal 135 124 253 0.47 0.51 0 0.01 245.12 0.97 0.74
Hex 87 7C FD 2F 33 0 1 F5 61 4A
Octal 207 174 375 57 63 0 1 365 141 112
Binary 10000111 1111100 11111101 101111 110011 0 1 11110101 1100001 1001010

Color Harmonies of #877CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CFD

Black with #877CFD

Text Example


Text Example

White with #877CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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