Html Css Color HEX #8268FF Light Slate Blue

📋 copy color: '#8268FF'

red 130 ◦ green 104 ◦ blue 255

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

Shades of Light Slate Blue #8268FF

Tints of Light Slate Blue #8268FF

RGB

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

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

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

R = 26.58%
G = 21.27%
B = 52.15%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8268FF (or 0x8268FF) is known color: Light Slate Blue. HEX triplet: 82, 68 and FF. RGB value is (130,104,255). Sum of RGB (Red+Green+Blue) = 130+104+255=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #8268FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8268FF is #7D9700. Grayscale: #808080. Windows color (decimal): -8230657 or 16738434. OLE color: 16738434.

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

Color convert

RGB 130 104 255 -
CMYK 0.49 0.59 0 0
HSL 250.33º 1% 0.7% -
HSV(B) 250.33º 0.59% 1% -
XYZ 32.21 21.87 97.13 -
YUV 128.99 199.11 128.72 -
System Red Green Blue C M Y K H S L
Decimal 130 104 255 0.49 0.59 0 0 250.33 1 0.7
Hex 82 68 FF 31 3B 0 0 FA 64 46
Octal 202 150 377 61 73 0 0 372 144 106
Binary 10000010 1101000 11111111 110001 111011 0 0 11111010 1100100 1000110

Color Harmonies of #8268FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8268FF

Black with #8268FF

Text Example


Text Example

White with #8268FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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