Html Css Color HEX #828DFD Light Slate Blue

📋 copy color: '#828DFD'

red 130 ◦ green 141 ◦ blue 253

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

Shades of Light Slate Blue #828DFD

Tints of Light Slate Blue #828DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 24.81%
G = 26.91%
B = 48.28%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#828DFD (or 0x828DFD) is known color: Light Slate Blue. HEX triplet: 82, 8D and FD. RGB value is (130,141,253). Sum of RGB (Red+Green+Blue) = 130+141+253=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #828DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DFD is #7D7202. Grayscale: #969696. Windows color (decimal): -8221187 or 16616834. OLE color: 16616834.

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

Color convert

RGB 130 141 253 -
CMYK 0.49 0.44 0 0.01
HSL 234.63º 0.97% 0.75% -
HSV(B) 234.63º 0.49% 0.99% -
XYZ 36.46 30.89 96.97 -
YUV 150.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 130 141 253 0.49 0.44 0 0.01 234.63 0.97 0.75
Hex 82 8D FD 31 2C 0 1 EB 61 4B
Octal 202 215 375 61 54 0 1 353 141 113
Binary 10000010 10001101 11111101 110001 101100 0 1 11101011 1100001 1001011

Color Harmonies of #828DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DFD

Black with #828DFD

Text Example


Text Example

White with #828DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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