#877BF2

Color #877BF2 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #877BF2

Tints of Light Slate Blue #877BF2

Color information

#877BF2 (or 0x877BF2) is unknown color: approx Light Slate Blue. HEX triplet: 87, 7B and F2. RGB value is (135,123,242). Sum of RGB (Red+Green+Blue) = 135+123+242=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #877BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877BF2 is #78840D. Grayscale: #8B8B8B. Windows color (decimal): -7898126 or 15891335. OLE color: 15891335.

HSL color Cylindrical-coordinate representation of color #877BF2: hue angle of 246.05º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #877BF2 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135123242-
CMYK0.440.4900.05
HSL246.05º82.07%71.57%-
HSV(B)246.05º49.17%94.9%-
XYZ33.125.7387.23-
YUV140.15185.48124.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27%
GREEN value IS 123 (48.44% from 255) = 24.6%
BLUE value IS 242 (94.92% from 255) = 48.4%
R=27%
G=24.6%
B=48.4%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351232420.440.4900.05246.0582.0771.57
Hex877BF22C3105f65248
Octal207173362546105366122110
Binary1000011111110111111001010110011000101011111011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #877BF2;
 }
 .AnyTagClassName
 {
   color: #877BF2;
 }
</style>
background-color css

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

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

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

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

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

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