Html Css Color HEX #826AF8 Light Slate Blue

📋 copy color: '#826AF8'

red 130 ◦ green 106 ◦ blue 248

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

Shades of Light Slate Blue #826AF8

Tints of Light Slate Blue #826AF8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.9%

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

R = 26.86%
G = 21.9%
B = 51.24%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#826AF8 (or 0x826AF8) is known color: Light Slate Blue. HEX triplet: 82, 6A and F8. RGB value is (130,106,248). Sum of RGB (Red+Green+Blue) = 130+106+248=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #826AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826AF8 is #7D9507. Grayscale: #808080. Windows color (decimal): -8230152 or 16280194. OLE color: 16280194.

HSL color Cylindrical-coordinate representation of color #826AF8: hue angle of 250.14º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #826AF8 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 106 248 -
CMYK 0.48 0.57 0 0.03
HSL 250.14º 0.91% 0.69% -
HSV(B) 250.14º 0.57% 0.97% -
XYZ 31.3 21.83 91.37 -
YUV 129.36 194.95 128.45 -
System Red Green Blue C M Y K H S L
Decimal 130 106 248 0.48 0.57 0 0.03 250.14 0.91 0.69
Hex 82 6A F8 30 39 0 3 FA 5B 45
Octal 202 152 370 60 71 0 3 372 133 105
Binary 10000010 1101010 11111000 110000 111001 0 11 11111010 1011011 1000101

Color Harmonies of #826AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826AF8

Black with #826AF8

Text Example


Text Example

White with #826AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826AF8; }

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

 H1.HeaderClassName
 {
   color: #826AF8;
 }
 .AnyTagClassName
 {
   color: #826AF8;
 }
</style>

background-color css

<style>
 a { background-color: #826AF8; }

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

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

border-color css

<style>
 span { border-color: #826AF8; }

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

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