Html Css Color HEX #828CFC Light Slate Blue

📋 copy color: '#828CFC'

red 130 ◦ green 140 ◦ blue 252

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

Shades of Light Slate Blue #828CFC

Tints of Light Slate Blue #828CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.82%

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

R = 24.9%
G = 26.82%
B = 48.28%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#828CFC (or 0x828CFC) is known color: Light Slate Blue. HEX triplet: 82, 8C and FC. RGB value is (130,140,252). Sum of RGB (Red+Green+Blue) = 130+140+252=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #828CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CFC is #7D7303. Grayscale: #959595. Windows color (decimal): -8221444 or 16551042. OLE color: 16551042.

HSL color Cylindrical-coordinate representation of color #828CFC: hue angle of 235.08º 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 #828CFC is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 140 252 -
CMYK 0.48 0.44 0 0.01
HSL 235.08º 0.95% 0.75% -
HSV(B) 235.08º 0.48% 0.99% -
XYZ 36.15 30.53 96.08 -
YUV 149.78 185.69 113.89 -
System Red Green Blue C M Y K H S L
Decimal 130 140 252 0.48 0.44 0 0.01 235.08 0.95 0.75
Hex 82 8C FC 30 2C 0 1 EB 5F 4B
Octal 202 214 374 60 54 0 1 353 137 113
Binary 10000010 10001100 11111100 110000 101100 0 1 11101011 1011111 1001011

Color Harmonies of #828CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CFC

Black with #828CFC

Text Example


Text Example

White with #828CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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