#817BF1

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

Shades of Light Slate Blue #817BF1

Tints of Light Slate Blue #817BF1

Color information

#817BF1 (or 0x817BF1) is unknown color: approx Light Slate Blue. HEX triplet: 81, 7B and F1. RGB value is (129,123,241). Sum of RGB (Red+Green+Blue) = 129+123+241=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #817BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817BF1 is #7E840E. Grayscale: #898989. Windows color (decimal): -8291343 or 15825793. OLE color: 15825793.

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

Color convert

RGB129123241-
CMYK0.460.4900.05
HSL243.05º80.82%71.37%-
HSV(B)243.05º48.96%94.51%-
XYZ32.0125.1886.39-
YUV138.25185.99121.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 123 (48.44% from 255) = 24.95%
BLUE value IS 241 (94.53% from 255) = 48.88%
R=26.17%
G=24.95%
B=48.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291232410.460.4900.05243.0580.8271.37
Hex817BF12E3105f35147
Octal201173361566105363121107
Binary1000000111110111111000110111011000101011111001110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817BF1; }

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

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

<style>
 a { background-color: #817BF1; }

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

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

<style>
 span { border-color: #817BF1; }

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

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