Html Css Color HEX #828AFA Light Slate Blue

📋 copy color: '#828AFA'

red 130 ◦ green 138 ◦ blue 250

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

Shades of Light Slate Blue #828AFA

Tints of Light Slate Blue #828AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 25.1%
G = 26.64%
B = 48.26%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#828AFA (or 0x828AFA) is known color: Light Slate Blue. HEX triplet: 82, 8A and FA. RGB value is (130,138,250). Sum of RGB (Red+Green+Blue) = 130+138+250=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #828AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AFA is #7D7505. Grayscale: #939393. Windows color (decimal): -8221958 or 16419458. OLE color: 16419458.

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

Color convert

RGB 130 138 250 -
CMYK 0.48 0.45 0 0.02
HSL 236º 0.92% 0.75% -
HSV(B) 236º 0.48% 0.98% -
XYZ 35.55 29.82 94.33 -
YUV 148.38 185.35 114.89 -
System Red Green Blue C M Y K H S L
Decimal 130 138 250 0.48 0.45 0 0.02 236 0.92 0.75
Hex 82 8A FA 30 2D 0 2 EC 5C 4B
Octal 202 212 372 60 55 0 2 354 134 113
Binary 10000010 10001010 11111010 110000 101101 0 10 11101100 1011100 1001011

Color Harmonies of #828AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828AFA

Black with #828AFA

Text Example


Text Example

White with #828AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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