Html Css Color HEX #8A66FA Light Slate Blue

📋 copy color: '#8A66FA'

red 138 ◦ green 102 ◦ blue 250

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

Shades of Light Slate Blue #8A66FA

Tints of Light Slate Blue #8A66FA

RGB

 RED value IS 138 (54.3% from 255) = 28.16%

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

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

R = 28.16%
G = 20.82%
B = 51.02%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A66FA (or 0x8A66FA) is known color: Light Slate Blue. HEX triplet: 8A, 66 and FA. RGB value is (138,102,250). Sum of RGB (Red+Green+Blue) = 138+102+250=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A66FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A66FA is #759905. Grayscale: #818181. Windows color (decimal): -7706886 or 16410250. OLE color: 16410250.

HSL color Cylindrical-coordinate representation of color #8A66FA: hue angle of 254.59º 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 #8A66FA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 102 250 -
CMYK 0.45 0.59 0 0.02
HSL 254.59º 0.94% 0.69% -
HSV(B) 254.59º 0.59% 0.98% -
XYZ 32.49 21.81 92.94 -
YUV 129.64 195.93 133.97 -
System Red Green Blue C M Y K H S L
Decimal 138 102 250 0.45 0.59 0 0.02 254.59 0.94 0.69
Hex 8A 66 FA 2D 3B 0 2 FF 5E 45
Octal 212 146 372 55 73 0 2 377 136 105
Binary 10001010 1100110 11111010 101101 111011 0 10 11111111 1011110 1000101

Color Harmonies of #8A66FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A66FA

Black with #8A66FA

Text Example


Text Example

White with #8A66FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A66FA; }

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

 H1.HeaderClassName
 {
   color: #8A66FA;
 }
 .AnyTagClassName
 {
   color: #8A66FA;
 }
</style>

background-color css

<style>
 a { background-color: #8A66FA; }

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

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

border-color css

<style>
 span { border-color: #8A66FA; }

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

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