Html Css Color HEX #828AFE Light Slate Blue

📋 copy color: '#828AFE'

red 130 ◦ green 138 ◦ blue 254

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

Shades of Light Slate Blue #828AFE

Tints of Light Slate Blue #828AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.44%

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

R = 24.9%
G = 26.44%
B = 48.66%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#828AFE (or 0x828AFE) is known color: Light Slate Blue. HEX triplet: 82, 8A and FE. RGB value is (130,138,254). Sum of RGB (Red+Green+Blue) = 130+138+254=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #828AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AFE is #7D7501. Grayscale: #949494. Windows color (decimal): -8221954 or 16681602. OLE color: 16681602.

HSL color Cylindrical-coordinate representation of color #828AFE: hue angle of 236.13º 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 #828AFE is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 138 254 -
CMYK 0.49 0.46 0 0.00
HSL 236.13º 0.98% 0.75% -
HSV(B) 236.13º 0.49% 1% -
XYZ 36.18 30.08 97.66 -
YUV 148.83 187.35 114.57 -
System Red Green Blue C M Y K H S L
Decimal 130 138 254 0.49 0.46 0 0.00 236.13 0.98 0.75
Hex 82 8A FE 31 2E 0 0 EC 62 4B
Octal 202 212 376 61 56 0 0 354 142 113
Binary 10000010 10001010 11111110 110001 101110 0 0 11101100 1100010 1001011

Color Harmonies of #828AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828AFE

Black with #828AFE

Text Example


Text Example

White with #828AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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