Html Css Color HEX #8268FD Light Slate Blue

📋 copy color: '#8268FD'

red 130 ◦ green 104 ◦ blue 253

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

Shades of Light Slate Blue #8268FD

Tints of Light Slate Blue #8268FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.36%

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

R = 26.69%
G = 21.36%
B = 51.95%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8268FD (or 0x8268FD) is known color: Light Slate Blue. HEX triplet: 82, 68 and FD. RGB value is (130,104,253). Sum of RGB (Red+Green+Blue) = 130+104+253=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #8268FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8268FD is #7D9702. Grayscale: #808080. Windows color (decimal): -8230659 or 16607362. OLE color: 16607362.

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

Color convert

RGB 130 104 253 -
CMYK 0.49 0.59 0 0.01
HSL 250.47º 0.97% 0.7% -
HSV(B) 250.47º 0.59% 0.99% -
XYZ 31.89 21.74 95.44 -
YUV 128.76 198.11 128.88 -
System Red Green Blue C M Y K H S L
Decimal 130 104 253 0.49 0.59 0 0.01 250.47 0.97 0.7
Hex 82 68 FD 31 3B 0 1 FA 61 46
Octal 202 150 375 61 73 0 1 372 141 106
Binary 10000010 1101000 11111101 110001 111011 0 1 11111010 1100001 1000110

Color Harmonies of #8268FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8268FD

Black with #8268FD

Text Example


Text Example

White with #8268FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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