Html Css Color HEX #828AFC Light Slate Blue

📋 copy color: '#828AFC'

red 130 ◦ green 138 ◦ blue 252

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

Shades of Light Slate Blue #828AFC

Tints of Light Slate Blue #828AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.54%

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

R = 25%
G = 26.54%
B = 48.46%

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

#828AFC (or 0x828AFC) is known color: Light Slate Blue. HEX triplet: 82, 8A and FC. RGB value is (130,138,252). Sum of RGB (Red+Green+Blue) = 130+138+252=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #828AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AFC is #7D7503. Grayscale: #949494. Windows color (decimal): -8221956 or 16550530. OLE color: 16550530.

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

Color convert

RGB 130 138 252 -
CMYK 0.48 0.45 0 0.01
HSL 236.07º 0.95% 0.75% -
HSV(B) 236.07º 0.48% 0.99% -
XYZ 35.87 29.95 95.99 -
YUV 148.6 186.35 114.73 -
System Red Green Blue C M Y K H S L
Decimal 130 138 252 0.48 0.45 0 0.01 236.07 0.95 0.75
Hex 82 8A FC 30 2D 0 1 EC 5F 4B
Octal 202 212 374 60 55 0 1 354 137 113
Binary 10000010 10001010 11111100 110000 101101 0 1 11101100 1011111 1001011

Color Harmonies of #828AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828AFC

Black with #828AFC

Text Example


Text Example

White with #828AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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