Html Css Color HEX #828DFF Light Slate Blue

📋 copy color: '#828DFF'

red 130 ◦ green 141 ◦ blue 255

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

Shades of Light Slate Blue #828DFF

Tints of Light Slate Blue #828DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 24.71%
G = 26.81%
B = 48.48%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#828DFF (or 0x828DFF) is known color: Light Slate Blue. HEX triplet: 82, 8D and FF. RGB value is (130,141,255). Sum of RGB (Red+Green+Blue) = 130+141+255=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #828DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DFF is #7D7200. Grayscale: #969696. Windows color (decimal): -8221185 or 16747906. OLE color: 16747906.

HSL color Cylindrical-coordinate representation of color #828DFF: hue angle of 234.72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #828DFF is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 141 255 -
CMYK 0.49 0.45 0 0
HSL 234.72º 1% 0.75% -
HSV(B) 234.72º 0.49% 1% -
XYZ 36.78 31.02 98.66 -
YUV 150.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 130 141 255 0.49 0.45 0 0 234.72 1 0.75
Hex 82 8D FF 31 2D 0 0 EB 64 4B
Octal 202 215 377 61 55 0 0 353 144 113
Binary 10000010 10001101 11111111 110001 101101 0 0 11101011 1100100 1001011

Color Harmonies of #828DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DFF

Black with #828DFF

Text Example


Text Example

White with #828DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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