Html Css Color HEX #877CFA Light Slate Blue

📋 copy color: '#877CFA'

red 135 ◦ green 124 ◦ blue 250

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

Shades of Light Slate Blue #877CFA

Tints of Light Slate Blue #877CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 26.52%
G = 24.36%
B = 49.12%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#877CFA (or 0x877CFA) is known color: Light Slate Blue. HEX triplet: 87, 7C and FA. RGB value is (135,124,250). Sum of RGB (Red+Green+Blue) = 135+124+250=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #877CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877CFA is #788305. Grayscale: #8D8D8D. Windows color (decimal): -7897862 or 16415879. OLE color: 16415879.

HSL color Cylindrical-coordinate representation of color #877CFA: hue angle of 245.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #877CFA is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 124 250 -
CMYK 0.46 0.50 0 0.02
HSL 245.24º 0.93% 0.73% -
HSV(B) 245.24º 0.5% 0.98% -
XYZ 34.45 26.47 93.74 -
YUV 141.65 189.14 123.25 -
System Red Green Blue C M Y K H S L
Decimal 135 124 250 0.46 0.50 0 0.02 245.24 0.93 0.73
Hex 87 7C FA 2E 32 0 2 F5 5D 49
Octal 207 174 372 56 62 0 2 365 135 111
Binary 10000111 1111100 11111010 101110 110010 0 10 11110101 1011101 1001001

Color Harmonies of #877CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CFA

Black with #877CFA

Text Example


Text Example

White with #877CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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