Html Css Color HEX #877AFE Light Slate Blue

📋 copy color: '#877AFE'

red 135 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #877AFE

Tints of Light Slate Blue #877AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.87%

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 26.42%
G = 23.87%
B = 49.71%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#877AFE (or 0x877AFE) is known color: Light Slate Blue. HEX triplet: 87, 7A and FE. RGB value is (135,122,254). Sum of RGB (Red+Green+Blue) = 135+122+254=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #877AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877AFE is #788501. Grayscale: #8C8C8C. Windows color (decimal): -7898370 or 16677511. OLE color: 16677511.

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

Color convert

RGB 135 122 254 -
CMYK 0.47 0.52 0 0.00
HSL 245.91º 0.99% 0.74% -
HSV(B) 245.91º 0.52% 1% -
XYZ 34.84 26.23 96.99 -
YUV 140.94 191.81 123.77 -
System Red Green Blue C M Y K H S L
Decimal 135 122 254 0.47 0.52 0 0.00 245.91 0.99 0.74
Hex 87 7A FE 2F 34 0 0 F6 63 4A
Octal 207 172 376 57 64 0 0 366 143 112
Binary 10000111 1111010 11111110 101111 110100 0 0 11110110 1100011 1001010

Color Harmonies of #877AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877AFE

Black with #877AFE

Text Example


Text Example

White with #877AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,122,254); }

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

background-color css

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

 a { background-color: rgb(135,122,254); }

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

border-color css

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

 span { border-color: rgb(135,122,254); }

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