Html Css Color HEX #828DFB Light Slate Blue

📋 copy color: '#828DFB'

red 130 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #828DFB

Tints of Light Slate Blue #828DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 24.9%
G = 27.01%
B = 48.08%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#828DFB (or 0x828DFB) is known color: Light Slate Blue. HEX triplet: 82, 8D and FB. RGB value is (130,141,251). Sum of RGB (Red+Green+Blue) = 130+141+251=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #828DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DFB is #7D7204. Grayscale: #959595. Windows color (decimal): -8221189 or 16485762. OLE color: 16485762.

HSL color Cylindrical-coordinate representation of color #828DFB: hue angle of 234.55º 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 #828DFB is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 141 251 -
CMYK 0.48 0.44 0 0.02
HSL 234.55º 0.94% 0.75% -
HSV(B) 234.55º 0.48% 0.98% -
XYZ 36.14 30.76 95.3 -
YUV 150.25 184.86 113.56 -
System Red Green Blue C M Y K H S L
Decimal 130 141 251 0.48 0.44 0 0.02 234.55 0.94 0.75
Hex 82 8D FB 30 2C 0 2 EB 5E 4B
Octal 202 215 373 60 54 0 2 353 136 113
Binary 10000010 10001101 11111011 110000 101100 0 10 11101011 1011110 1001011

Color Harmonies of #828DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DFB

Black with #828DFB

Text Example


Text Example

White with #828DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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