#828CFB

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

Shades of Light Slate Blue #828CFB

Tints of Light Slate Blue #828CFB

Color information

#828CFB (or 0x828CFB) is unknown color: approx Light Slate Blue. HEX triplet: 82, 8C and FB. RGB value is (130,140,251). Sum of RGB (Red+Green+Blue) = 130+140+251=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #828CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CFB is #7D7304. Grayscale: #959595. Windows color (decimal): -8221445 or 16485506. OLE color: 16485506.

HSL color Cylindrical-coordinate representation of color #828CFB: hue angle of 235.04º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #828CFB is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130140251-
CMYK0.480.4400.02
HSL235.04º93.8%74.71%-
HSV(B)235.04º48.21%98.43%-
XYZ3630.4795.25-
YUV149.66185.19113.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=24.95%
G=26.87%
B=48.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301402510.480.4400.02235.0493.874.71
Hex828CFB302C02eb5e4b
Octal202214373605402353136113
Binary1000001010001100111110111100001011000101110101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828CFB; }

 p { color: rgb(130,140,251); }

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

<style>
 a { background-color: #828CFB; }

 a { background-color: rgb(130,140,251); }

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

<style>
 span { border-color: #828CFB; }

 span { border-color: rgb(130,140,251); }

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