#817BEF

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

Shades of Light Slate Blue #817BEF

Tints of Light Slate Blue #817BEF

Color information

#817BEF (or 0x817BEF) is unknown color: approx Light Slate Blue. HEX triplet: 81, 7B and EF. RGB value is (129,123,239). Sum of RGB (Red+Green+Blue) = 129+123+239=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #817BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817BEF is #7E8410. Grayscale: #898989. Windows color (decimal): -8291345 or 15694721. OLE color: 15694721.

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

Color convert

RGB129123239-
CMYK0.460.4900.06
HSL243.1º78.38%70.98%-
HSV(B)243.1º48.54%93.73%-
XYZ31.7225.0784.83-
YUV138.02184.99121.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.27%
GREEN value IS 123 (48.44% from 255) = 25.05%
BLUE value IS 239 (93.75% from 255) = 48.68%
R=26.27%
G=25.05%
B=48.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291232390.460.4900.06243.178.3870.98
Hex817BEF2E3106f34e47
Octal201173357566106363116107
Binary1000000111110111110111110111011000101101111001110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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