Html Css Color HEX #826CFB Light Slate Blue

📋 copy color: '#826CFB'

red 130 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #826CFB

Tints of Light Slate Blue #826CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.09%

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

R = 26.58%
G = 22.09%
B = 51.33%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#826CFB (or 0x826CFB) is known color: Light Slate Blue. HEX triplet: 82, 6C and FB. RGB value is (130,108,251). Sum of RGB (Red+Green+Blue) = 130+108+251=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #826CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826CFB is #7D9304. Grayscale: #828282. Windows color (decimal): -8229637 or 16477314. OLE color: 16477314.

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

Color convert

RGB 130 108 251 -
CMYK 0.48 0.57 0 0.02
HSL 249.23º 0.95% 0.7% -
HSV(B) 249.23º 0.57% 0.98% -
XYZ 31.98 22.44 93.91 -
YUV 130.88 195.79 127.37 -
System Red Green Blue C M Y K H S L
Decimal 130 108 251 0.48 0.57 0 0.02 249.23 0.95 0.7
Hex 82 6C FB 30 39 0 2 F9 5F 46
Octal 202 154 373 60 71 0 2 371 137 106
Binary 10000010 1101100 11111011 110000 111001 0 10 11111001 1011111 1000110

Color Harmonies of #826CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CFB

Black with #826CFB

Text Example


Text Example

White with #826CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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