Html Css Color HEX #8260FD Light Slate Blue

📋 copy color: '#8260FD'

red 130 ◦ green 96 ◦ blue 253

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

Shades of Light Slate Blue #8260FD

Tints of Light Slate Blue #8260FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 27.14%
G = 20.04%
B = 52.82%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8260FD (or 0x8260FD) is known color: Light Slate Blue. HEX triplet: 82, 60 and FD. RGB value is (130,96,253). Sum of RGB (Red+Green+Blue) = 130+96+253=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #8260FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8260FD is #7D9F02. Grayscale: #7B7B7B. Windows color (decimal): -8232707 or 16605314. OLE color: 16605314.

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

Color convert

RGB 130 96 253 -
CMYK 0.49 0.62 0 0.01
HSL 252.99º 0.98% 0.68% -
HSV(B) 252.99º 0.62% 0.99% -
XYZ 31.12 20.2 95.19 -
YUV 124.06 200.76 132.23 -
System Red Green Blue C M Y K H S L
Decimal 130 96 253 0.49 0.62 0 0.01 252.99 0.98 0.68
Hex 82 60 FD 31 3E 0 1 FD 62 44
Octal 202 140 375 61 76 0 1 375 142 104
Binary 10000010 1100000 11111101 110001 111110 0 1 11111101 1100010 1000100

Color Harmonies of #8260FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8260FD

Black with #8260FD

Text Example


Text Example

White with #8260FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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