Html Css Color HEX #8276FE Light Slate Blue

📋 copy color: '#8276FE'

red 130 ◦ green 118 ◦ blue 254

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

Shades of Light Slate Blue #8276FE

Tints of Light Slate Blue #8276FE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.51%

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 25.9%
G = 23.51%
B = 50.6%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8276FE (or 0x8276FE) is known color: Light Slate Blue. HEX triplet: 82, 76 and FE. RGB value is (130,118,254). Sum of RGB (Red+Green+Blue) = 130+118+254=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #8276FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8276FE is #7D8901. Grayscale: #888888. Windows color (decimal): -8227074 or 16676482. OLE color: 16676482.

HSL color Cylindrical-coordinate representation of color #8276FE: hue angle of 245.29º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8276FE is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 118 254 -
CMYK 0.49 0.54 0 0.00
HSL 245.29º 0.99% 0.73% -
HSV(B) 245.29º 0.54% 1% -
XYZ 33.57 24.86 96.79 -
YUV 137.09 193.98 122.94 -
System Red Green Blue C M Y K H S L
Decimal 130 118 254 0.49 0.54 0 0.00 245.29 0.99 0.73
Hex 82 76 FE 31 36 0 0 F5 63 49
Octal 202 166 376 61 66 0 0 365 143 111
Binary 10000010 1110110 11111110 110001 110110 0 0 11110101 1100011 1001001

Color Harmonies of #8276FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8276FE

Black with #8276FE

Text Example


Text Example

White with #8276FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8276FE; }

 p { color: rgb(130,118,254); }

 H1.HeaderClassName
 {
   color: #8276FE;
 }
 .AnyTagClassName
 {
   color: #8276FE;
 }
</style>

background-color css

<style>
 a { background-color: #8276FE; }

 a { background-color: rgb(130,118,254); }

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

border-color css

<style>
 span { border-color: #8276FE; }

 span { border-color: rgb(130,118,254); }

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