Html Css Color HEX #828BFE Light Slate Blue

📋 copy color: '#828BFE'

red 130 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #828BFE

Tints of Light Slate Blue #828BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 24.86%
G = 26.58%
B = 48.57%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#828BFE (or 0x828BFE) is known color: Light Slate Blue. HEX triplet: 82, 8B and FE. RGB value is (130,139,254). Sum of RGB (Red+Green+Blue) = 130+139+254=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #828BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BFE is #7D7401. Grayscale: #949494. Windows color (decimal): -8221698 or 16681858. OLE color: 16681858.

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

Color convert

RGB 130 139 254 -
CMYK 0.49 0.45 0 0.00
HSL 235.65º 0.98% 0.75% -
HSV(B) 235.65º 0.49% 1% -
XYZ 36.33 30.37 97.71 -
YUV 149.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 130 139 254 0.49 0.45 0 0.00 235.65 0.98 0.75
Hex 82 8B FE 31 2D 0 0 EC 62 4B
Octal 202 213 376 61 55 0 0 354 142 113
Binary 10000010 10001011 11111110 110001 101101 0 0 11101100 1100010 1001011

Color Harmonies of #828BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BFE

Black with #828BFE

Text Example


Text Example

White with #828BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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