Html Css Color HEX #828BF8 Light Slate Blue

📋 copy color: '#828BF8'

red 130 ◦ green 139 ◦ blue 248

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

Shades of Light Slate Blue #828BF8

Tints of Light Slate Blue #828BF8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.89%

 BLUE value IS 248 (97.27% from 255) = 47.97%

R = 25.15%
G = 26.89%
B = 47.97%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#828BF8 (or 0x828BF8) is known color: Light Slate Blue. HEX triplet: 82, 8B and F8. RGB value is (130,139,248). Sum of RGB (Red+Green+Blue) = 130+139+248=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #828BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BF8 is #7D7407. Grayscale: #949494. Windows color (decimal): -8221704 or 16288642. OLE color: 16288642.

HSL color Cylindrical-coordinate representation of color #828BF8: hue angle of 235.42º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #828BF8 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 139 248 -
CMYK 0.48 0.44 0 0.03
HSL 235.42º 0.89% 0.74% -
HSV(B) 235.42º 0.48% 0.97% -
XYZ 35.38 29.99 92.73 -
YUV 148.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 130 139 248 0.48 0.44 0 0.03 235.42 0.89 0.74
Hex 82 8B F8 30 2C 0 3 EB 59 4A
Octal 202 213 370 60 54 0 3 353 131 112
Binary 10000010 10001011 11111000 110000 101100 0 11 11101011 1011001 1001010

Color Harmonies of #828BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BF8

Black with #828BF8

Text Example


Text Example

White with #828BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,139,248); }

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

background-color css

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

 a { background-color: rgb(130,139,248); }

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

border-color css

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

 span { border-color: rgb(130,139,248); }

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