Html Css Color HEX #8261FF Light Slate Blue

📋 copy color: '#8261FF'

red 130 ◦ green 97 ◦ blue 255

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

Shades of Light Slate Blue #8261FF

Tints of Light Slate Blue #8261FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.12%

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

R = 26.97%
G = 20.12%
B = 52.9%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8261FF (or 0x8261FF) is known color: Light Slate Blue. HEX triplet: 82, 61 and FF. RGB value is (130,97,255). Sum of RGB (Red+Green+Blue) = 130+97+255=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #8261FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8261FF is #7D9E00. Grayscale: #7C7C7C. Windows color (decimal): -8232449 or 16736642. OLE color: 16736642.

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

Color convert

RGB 130 97 255 -
CMYK 0.49 0.62 0 0
HSL 252.53º 1% 0.69% -
HSV(B) 252.53º 0.62% 1% -
XYZ 31.53 20.52 96.91 -
YUV 124.88 201.43 131.65 -
System Red Green Blue C M Y K H S L
Decimal 130 97 255 0.49 0.62 0 0 252.53 1 0.69
Hex 82 61 FF 31 3E 0 0 FD 64 45
Octal 202 141 377 61 76 0 0 375 144 105
Binary 10000010 1100001 11111111 110001 111110 0 0 11111101 1100100 1000101

Color Harmonies of #8261FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8261FF

Black with #8261FF

Text Example


Text Example

White with #8261FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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