Html Css Color HEX #828AF7 Light Slate Blue

📋 copy color: '#828AF7'

red 130 ◦ green 138 ◦ blue 247

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

Shades of Light Slate Blue #828AF7

Tints of Light Slate Blue #828AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.96%

R = 25.24%
G = 26.8%
B = 47.96%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#828AF7 (or 0x828AF7) is known color: Light Slate Blue. HEX triplet: 82, 8A and F7. RGB value is (130,138,247). Sum of RGB (Red+Green+Blue) = 130+138+247=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #828AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AF7 is #7D7508. Grayscale: #939393. Windows color (decimal): -8221961 or 16222850. OLE color: 16222850.

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

Color convert

RGB 130 138 247 -
CMYK 0.47 0.44 0 0.03
HSL 235.9º 0.88% 0.74% -
HSV(B) 235.9º 0.47% 0.97% -
XYZ 35.08 29.64 91.87 -
YUV 148.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 130 138 247 0.47 0.44 0 0.03 235.9 0.88 0.74
Hex 82 8A F7 2F 2C 0 3 EC 58 4A
Octal 202 212 367 57 54 0 3 354 130 112
Binary 10000010 10001010 11110111 101111 101100 0 11 11101100 1011000 1001010

Color Harmonies of #828AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828AF7

Black with #828AF7

Text Example


Text Example

White with #828AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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