Html Css Color HEX #828BFC Light Slate Blue

📋 copy color: '#828BFC'

red 130 ◦ green 139 ◦ blue 252

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

Shades of Light Slate Blue #828BFC

Tints of Light Slate Blue #828BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 24.95%
G = 26.68%
B = 48.37%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#828BFC (or 0x828BFC) is known color: Light Slate Blue. HEX triplet: 82, 8B and FC. RGB value is (130,139,252). Sum of RGB (Red+Green+Blue) = 130+139+252=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #828BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BFC is #7D7403. Grayscale: #949494. Windows color (decimal): -8221700 or 16550786. OLE color: 16550786.

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

Color convert

RGB 130 139 252 -
CMYK 0.48 0.45 0 0.01
HSL 235.57º 0.95% 0.75% -
HSV(B) 235.57º 0.48% 0.99% -
XYZ 36.01 30.24 96.03 -
YUV 149.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 130 139 252 0.48 0.45 0 0.01 235.57 0.95 0.75
Hex 82 8B FC 30 2D 0 1 EC 5F 4B
Octal 202 213 374 60 55 0 1 354 137 113
Binary 10000010 10001011 11111100 110000 101101 0 1 11101100 1011111 1001011

Color Harmonies of #828BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BFC

Black with #828BFC

Text Example


Text Example

White with #828BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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