Html Css Color HEX #828DF9 Light Slate Blue

📋 copy color: '#828DF9'

red 130 ◦ green 141 ◦ blue 249

#828DF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #828DF9

Tints of Light Slate Blue #828DF9

RGB

 RED value IS 130 (51.17% from 255) = 25%

 GREEN value IS 141 (55.47% from 255) = 27.12%

 BLUE value IS 249 (97.66% from 255) = 47.88%

R = 25%
G = 27.12%
B = 47.88%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#828DF9 (or 0x828DF9) is known color: Light Slate Blue. HEX triplet: 82, 8D and F9. RGB value is (130,141,249). Sum of RGB (Red+Green+Blue) = 130+141+249=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #828DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DF9 is #7D7206. Grayscale: #959595. Windows color (decimal): -8221191 or 16354690. OLE color: 16354690.

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

Color convert

RGB 130 141 249 -
CMYK 0.48 0.43 0 0.02
HSL 234.45º 0.91% 0.74% -
HSV(B) 234.45º 0.48% 0.98% -
XYZ 35.83 30.64 93.65 -
YUV 150.02 183.86 113.72 -
System Red Green Blue C M Y K H S L
Decimal 130 141 249 0.48 0.43 0 0.02 234.45 0.91 0.74
Hex 82 8D F9 30 2B 0 2 EA 5B 4A
Octal 202 215 371 60 53 0 2 352 133 112
Binary 10000010 10001101 11111001 110000 101011 0 10 11101010 1011011 1001010

Color Harmonies of #828DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DF9

Black with #828DF9

Text Example


Text Example

White with #828DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,141,249); }

 H1.HeaderClassName
 {
   color: #828DF9;
 }
 .AnyTagClassName
 {
   color: #828DF9;
 }
</style>

background-color css

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

 a { background-color: rgb(130,141,249); }

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

border-color css

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

 span { border-color: rgb(130,141,249); }

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