Html Css Color HEX #8266FA Light Slate Blue

📋 copy color: '#8266FA'

red 130 ◦ green 102 ◦ blue 250

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

Shades of Light Slate Blue #8266FA

Tints of Light Slate Blue #8266FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 26.97%
G = 21.16%
B = 51.87%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8266FA (or 0x8266FA) is known color: Light Slate Blue. HEX triplet: 82, 66 and FA. RGB value is (130,102,250). Sum of RGB (Red+Green+Blue) = 130+102+250=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #8266FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8266FA is #7D9905. Grayscale: #7E7E7E. Windows color (decimal): -8231174 or 16410242. OLE color: 16410242.

HSL color Cylindrical-coordinate representation of color #8266FA: hue angle of 251.35º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8266FA is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 102 250 -
CMYK 0.48 0.59 0 0.02
HSL 251.35º 0.94% 0.69% -
HSV(B) 251.35º 0.59% 0.98% -
XYZ 31.21 21.15 92.88 -
YUV 127.24 197.28 129.97 -
System Red Green Blue C M Y K H S L
Decimal 130 102 250 0.48 0.59 0 0.02 251.35 0.94 0.69
Hex 82 66 FA 30 3B 0 2 FB 5E 45
Octal 202 146 372 60 73 0 2 373 136 105
Binary 10000010 1100110 11111010 110000 111011 0 10 11111011 1011110 1000101

Color Harmonies of #8266FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8266FA

Black with #8266FA

Text Example


Text Example

White with #8266FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8266FA; }

 p { color: rgb(130,102,250); }

 H1.HeaderClassName
 {
   color: #8266FA;
 }
 .AnyTagClassName
 {
   color: #8266FA;
 }
</style>

background-color css

<style>
 a { background-color: #8266FA; }

 a { background-color: rgb(130,102,250); }

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

border-color css

<style>
 span { border-color: #8266FA; }

 span { border-color: rgb(130,102,250); }

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