Html Css Color HEX #828BFB Light Slate Blue

📋 copy color: '#828BFB'

red 130 ◦ green 139 ◦ blue 251

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

Shades of Light Slate Blue #828BFB

Tints of Light Slate Blue #828BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.73%

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

R = 25%
G = 26.73%
B = 48.27%

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

#828BFB (or 0x828BFB) is known color: Light Slate Blue. HEX triplet: 82, 8B and FB. RGB value is (130,139,251). Sum of RGB (Red+Green+Blue) = 130+139+251=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #828BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BFB is #7D7404. Grayscale: #949494. Windows color (decimal): -8221701 or 16485250. OLE color: 16485250.

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

Color convert

RGB 130 139 251 -
CMYK 0.48 0.45 0 0.02
HSL 235.54º 0.94% 0.75% -
HSV(B) 235.54º 0.48% 0.98% -
XYZ 35.85 30.18 95.2 -
YUV 149.08 185.52 114.39 -
System Red Green Blue C M Y K H S L
Decimal 130 139 251 0.48 0.45 0 0.02 235.54 0.94 0.75
Hex 82 8B FB 30 2D 0 2 EC 5E 4B
Octal 202 213 373 60 55 0 2 354 136 113
Binary 10000010 10001011 11111011 110000 101101 0 10 11101100 1011110 1001011

Color Harmonies of #828BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BFB

Black with #828BFB

Text Example


Text Example

White with #828BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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