Html Css Color HEX #8279FF Light Slate Blue

📋 copy color: '#8279FF'

red 130 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #8279FF

Tints of Light Slate Blue #8279FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.91%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 25.69%
G = 23.91%
B = 50.4%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8279FF (or 0x8279FF) is known color: Light Slate Blue. HEX triplet: 82, 79 and FF. RGB value is (130,121,255). Sum of RGB (Red+Green+Blue) = 130+121+255=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #8279FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8279FF is #7D8600. Grayscale: #8A8A8A. Windows color (decimal): -8226305 or 16742786. OLE color: 16742786.

HSL color Cylindrical-coordinate representation of color #8279FF: hue angle of 244.03º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8279FF is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 121 255 -
CMYK 0.49 0.53 0 0
HSL 244.03º 1% 0.74% -
HSV(B) 244.03º 0.53% 1% -
XYZ 34.09 25.64 97.76 -
YUV 138.97 193.48 121.6 -
System Red Green Blue C M Y K H S L
Decimal 130 121 255 0.49 0.53 0 0 244.03 1 0.74
Hex 82 79 FF 31 35 0 0 F4 64 4A
Octal 202 171 377 61 65 0 0 364 144 112
Binary 10000010 1111001 11111111 110001 110101 0 0 11110100 1100100 1001010

Color Harmonies of #8279FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8279FF

Black with #8279FF

Text Example


Text Example

White with #8279FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8279FF; }

 p { color: rgb(130,121,255); }

 H1.HeaderClassName
 {
   color: #8279FF;
 }
 .AnyTagClassName
 {
   color: #8279FF;
 }
</style>

background-color css

<style>
 a { background-color: #8279FF; }

 a { background-color: rgb(130,121,255); }

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

border-color css

<style>
 span { border-color: #8279FF; }

 span { border-color: rgb(130,121,255); }

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