Html Css Color HEX #8A66FD Light Slate Blue

📋 copy color: '#8A66FD'

red 138 ◦ green 102 ◦ blue 253

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

Shades of Light Slate Blue #8A66FD

Tints of Light Slate Blue #8A66FD

RGB

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

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

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

R = 27.99%
G = 20.69%
B = 51.32%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A66FD (or 0x8A66FD) is known color: Light Slate Blue. HEX triplet: 8A, 66 and FD. RGB value is (138,102,253). Sum of RGB (Red+Green+Blue) = 138+102+253=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A66FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A66FD is #759902. Grayscale: #818181. Windows color (decimal): -7706883 or 16606858. OLE color: 16606858.

HSL color Cylindrical-coordinate representation of color #8A66FD: hue angle of 254.3º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A66FD is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 102 253 -
CMYK 0.45 0.60 0 0.01
HSL 254.3º 0.97% 0.7% -
HSV(B) 254.3º 0.6% 0.99% -
XYZ 32.96 22 95.44 -
YUV 129.98 197.43 133.72 -
System Red Green Blue C M Y K H S L
Decimal 138 102 253 0.45 0.60 0 0.01 254.3 0.97 0.7
Hex 8A 66 FD 2D 3C 0 1 FE 61 46
Octal 212 146 375 55 74 0 1 376 141 106
Binary 10001010 1100110 11111101 101101 111100 0 1 11111110 1100001 1000110

Color Harmonies of #8A66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A66FD

Black with #8A66FD

Text Example


Text Example

White with #8A66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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