Html Css Color HEX #828BFD Light Slate Blue

📋 copy color: '#828BFD'

red 130 ◦ green 139 ◦ blue 253

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

Shades of Light Slate Blue #828BFD

Tints of Light Slate Blue #828BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 24.9%
G = 26.63%
B = 48.47%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#828BFD (or 0x828BFD) is known color: Light Slate Blue. HEX triplet: 82, 8B and FD. RGB value is (130,139,253). Sum of RGB (Red+Green+Blue) = 130+139+253=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #828BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BFD is #7D7402. Grayscale: #949494. Windows color (decimal): -8221699 or 16616322. OLE color: 16616322.

HSL color Cylindrical-coordinate representation of color #828BFD: hue angle of 235.61º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #828BFD is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 139 253 -
CMYK 0.49 0.45 0 0.01
HSL 235.61º 0.97% 0.75% -
HSV(B) 235.61º 0.49% 0.99% -
XYZ 36.17 30.3 96.87 -
YUV 149.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 130 139 253 0.49 0.45 0 0.01 235.61 0.97 0.75
Hex 82 8B FD 31 2D 0 1 EC 61 4B
Octal 202 213 375 61 55 0 1 354 141 113
Binary 10000010 10001011 11111101 110001 101101 0 1 11101100 1100001 1001011

Color Harmonies of #828BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BFD

Black with #828BFD

Text Example


Text Example

White with #828BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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