Html Css Color HEX #828CFA Light Slate Blue

📋 copy color: '#828CFA'

red 130 ◦ green 140 ◦ blue 250

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

Shades of Light Slate Blue #828CFA

Tints of Light Slate Blue #828CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 25%
G = 26.92%
B = 48.08%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#828CFA (or 0x828CFA) is known color: Light Slate Blue. HEX triplet: 82, 8C and FA. RGB value is (130,140,250). Sum of RGB (Red+Green+Blue) = 130+140+250=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #828CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CFA is #7D7305. Grayscale: #959595. Windows color (decimal): -8221446 or 16419970. OLE color: 16419970.

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

Color convert

RGB 130 140 250 -
CMYK 0.48 0.44 0 0.02
HSL 235º 0.92% 0.75% -
HSV(B) 235º 0.48% 0.98% -
XYZ 35.84 30.4 94.42 -
YUV 149.55 184.69 114.06 -
System Red Green Blue C M Y K H S L
Decimal 130 140 250 0.48 0.44 0 0.02 235 0.92 0.75
Hex 82 8C FA 30 2C 0 2 EB 5C 4B
Octal 202 214 372 60 54 0 2 353 134 113
Binary 10000010 10001100 11111010 110000 101100 0 10 11101011 1011100 1001011

Color Harmonies of #828CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CFA

Black with #828CFA

Text Example


Text Example

White with #828CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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