Html Css Color HEX #8264FF Light Slate Blue

📋 copy color: '#8264FF'

red 130 ◦ green 100 ◦ blue 255

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

Shades of Light Slate Blue #8264FF

Tints of Light Slate Blue #8264FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.62%

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

R = 26.8%
G = 20.62%
B = 52.58%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8264FF (or 0x8264FF) is known color: Light Slate Blue. HEX triplet: 82, 64 and FF. RGB value is (130,100,255). Sum of RGB (Red+Green+Blue) = 130+100+255=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #8264FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8264FF is #7D9B00. Grayscale: #7E7E7E. Windows color (decimal): -8231681 or 16737410. OLE color: 16737410.

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

Color convert

RGB 130 100 255 -
CMYK 0.49 0.61 0 0
HSL 251.61º 1% 0.7% -
HSV(B) 251.61º 0.61% 1% -
XYZ 31.81 21.08 97 -
YUV 126.64 200.44 130.4 -
System Red Green Blue C M Y K H S L
Decimal 130 100 255 0.49 0.61 0 0 251.61 1 0.7
Hex 82 64 FF 31 3D 0 0 FC 64 46
Octal 202 144 377 61 75 0 0 374 144 106
Binary 10000010 1100100 11111111 110001 111101 0 0 11111100 1100100 1000110

Color Harmonies of #8264FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8264FF

Black with #8264FF

Text Example


Text Example

White with #8264FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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