Html Css Color HEX #877BFA Light Slate Blue

📋 copy color: '#877BFA'

red 135 ◦ green 123 ◦ blue 250

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

Shades of Light Slate Blue #877BFA

Tints of Light Slate Blue #877BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.21%

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

R = 26.57%
G = 24.21%
B = 49.21%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#877BFA (or 0x877BFA) is known color: Light Slate Blue. HEX triplet: 87, 7B and FA. RGB value is (135,123,250). Sum of RGB (Red+Green+Blue) = 135+123+250=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #877BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877BFA is #788405. Grayscale: #8C8C8C. Windows color (decimal): -7898118 or 16415623. OLE color: 16415623.

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

Color convert

RGB 135 123 250 -
CMYK 0.46 0.51 0 0.02
HSL 245.67º 0.93% 0.73% -
HSV(B) 245.67º 0.51% 0.98% -
XYZ 34.33 26.22 93.69 -
YUV 141.07 189.48 123.67 -
System Red Green Blue C M Y K H S L
Decimal 135 123 250 0.46 0.51 0 0.02 245.67 0.93 0.73
Hex 87 7B FA 2E 33 0 2 F6 5D 49
Octal 207 173 372 56 63 0 2 366 135 111
Binary 10000111 1111011 11111010 101110 110011 0 10 11110110 1011101 1001001

Color Harmonies of #877BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877BFA

Black with #877BFA

Text Example


Text Example

White with #877BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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