#817FFB

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

Shades of Light Slate Blue #817FFB

Tints of Light Slate Blue #817FFB

Color information

#817FFB (or 0x817FFB) is unknown color: approx Light Slate Blue. HEX triplet: 81, 7F and FB. RGB value is (129,127,251). Sum of RGB (Red+Green+Blue) = 129+127+251=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #817FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817FFB is #7E8004. Grayscale: #8D8D8D. Windows color (decimal): -8290309 or 16482177. OLE color: 16482177.

HSL color Cylindrical-coordinate representation of color #817FFB: hue angle of 240.97º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #817FFB is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129127251-
CMYK0.490.4900.02
HSL240.97º93.94%74.12%-
HSV(B)240.97º49.4%98.43%-
XYZ34.0626.8194.65-
YUV141.73189.66118.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.44%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 251 (98.44% from 255) = 49.51%
R=25.44%
G=25.05%
B=49.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291272510.490.4900.02240.9793.9474.12
Hex817FFB313102f15e4a
Octal201177373616102361136112
Binary100000011111111111110111100011100010101111000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,127,251); }

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

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

 a { background-color: rgb(129,127,251); }

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

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

 span { border-color: rgb(129,127,251); }

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