#7881F1

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

Shades of Light Slate Blue #7881F1

Tints of Light Slate Blue #7881F1

Color information

#7881F1 (or 0x7881F1) is unknown color: approx Light Slate Blue. HEX triplet: 78, 81 and F1. RGB value is (120,129,241). Sum of RGB (Red+Green+Blue) = 120+129+241=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #7881F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7881F1 is #877E0E. Grayscale: #8A8A8A. Windows color (decimal): -8879631 or 15827320. OLE color: 15827320.

HSL color Cylindrical-coordinate representation of color #7881F1: hue angle of 235.54º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7881F1 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120129241-
CMYK0.500.4600.05
HSL235.54º81.21%70.78%-
HSV(B)235.54º50.21%94.51%-
XYZ31.4726.0486.59-
YUV139.08185.52114.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.49%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 241 (94.53% from 255) = 49.18%
R=24.49%
G=26.33%
B=49.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201292410.500.4600.05235.5481.2170.78
Hex7881F1322E05ec5147
Octal170201361625605354121107
Binary1111000100000011111000111001010111001011110110010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7881F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7881F1; }

 p { color: rgb(120,129,241); }

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

<style>
 a { background-color: #7881F1; }

 a { background-color: rgb(120,129,241); }

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

<style>
 span { border-color: #7881F1; }

 span { border-color: rgb(120,129,241); }

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