Html Css Color HEX #826AFB Light Slate Blue

📋 copy color: '#826AFB'

red 130 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #826AFB

Tints of Light Slate Blue #826AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.54%

R = 26.69%
G = 21.77%
B = 51.54%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#826AFB (or 0x826AFB) is known color: Light Slate Blue. HEX triplet: 82, 6A and FB. RGB value is (130,106,251). Sum of RGB (Red+Green+Blue) = 130+106+251=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #826AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826AFB is #7D9504. Grayscale: #818181. Windows color (decimal): -8230149 or 16476802. OLE color: 16476802.

HSL color Cylindrical-coordinate representation of color #826AFB: hue angle of 249.93º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #826AFB is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 106 251 -
CMYK 0.48 0.58 0 0.02
HSL 249.93º 0.95% 0.7% -
HSV(B) 249.93º 0.58% 0.98% -
XYZ 31.77 22.02 93.84 -
YUV 129.71 196.45 128.21 -
System Red Green Blue C M Y K H S L
Decimal 130 106 251 0.48 0.58 0 0.02 249.93 0.95 0.7
Hex 82 6A FB 30 3A 0 2 FA 5F 46
Octal 202 152 373 60 72 0 2 372 137 106
Binary 10000010 1101010 11111011 110000 111010 0 10 11111010 1011111 1000110

Color Harmonies of #826AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826AFB

Black with #826AFB

Text Example


Text Example

White with #826AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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