Html Css Color HEX #8260FB Light Slate Blue

📋 copy color: '#8260FB'

red 130 ◦ green 96 ◦ blue 251

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

Shades of Light Slate Blue #8260FB

Tints of Light Slate Blue #8260FB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.13%

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 27.25%
G = 20.13%
B = 52.62%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8260FB (or 0x8260FB) is known color: Light Slate Blue. HEX triplet: 82, 60 and FB. RGB value is (130,96,251). Sum of RGB (Red+Green+Blue) = 130+96+251=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #8260FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8260FB is #7D9F04. Grayscale: #7B7B7B. Windows color (decimal): -8232709 or 16474242. OLE color: 16474242.

HSL color Cylindrical-coordinate representation of color #8260FB: hue angle of 253.16º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8260FB is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 96 251 -
CMYK 0.48 0.62 0 0.02
HSL 253.16º 0.95% 0.68% -
HSV(B) 253.16º 0.62% 0.98% -
XYZ 30.8 20.08 93.52 -
YUV 123.84 199.76 132.4 -
System Red Green Blue C M Y K H S L
Decimal 130 96 251 0.48 0.62 0 0.02 253.16 0.95 0.68
Hex 82 60 FB 30 3E 0 2 FD 5F 44
Octal 202 140 373 60 76 0 2 375 137 104
Binary 10000010 1100000 11111011 110000 111110 0 10 11111101 1011111 1000100

Color Harmonies of #8260FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8260FB

Black with #8260FB

Text Example


Text Example

White with #8260FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8260FB; }

 p { color: rgb(130,96,251); }

 H1.HeaderClassName
 {
   color: #8260FB;
 }
 .AnyTagClassName
 {
   color: #8260FB;
 }
</style>

background-color css

<style>
 a { background-color: #8260FB; }

 a { background-color: rgb(130,96,251); }

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

border-color css

<style>
 span { border-color: #8260FB; }

 span { border-color: rgb(130,96,251); }

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