Html Css Color HEX #8A8FFD Light Slate Blue

📋 copy color: '#8A8FFD'

red 138 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #8A8FFD

Tints of Light Slate Blue #8A8FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.78%

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

R = 25.84%
G = 26.78%
B = 47.38%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A8FFD (or 0x8A8FFD) is known color: Light Slate Blue. HEX triplet: 8A, 8F and FD. RGB value is (138,143,253). Sum of RGB (Red+Green+Blue) = 138+143+253=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A8FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8FFD is #757002. Grayscale: #999999. Windows color (decimal): -7696387 or 16617354. OLE color: 16617354.

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

Color convert

RGB 138 143 253 -
CMYK 0.45 0.43 0 0.01
HSL 237.39º 0.97% 0.77% -
HSV(B) 237.39º 0.45% 0.99% -
XYZ 38.03 32.14 97.13 -
YUV 154.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 138 143 253 0.45 0.43 0 0.01 237.39 0.97 0.77
Hex 8A 8F FD 2D 2B 0 1 ED 61 4D
Octal 212 217 375 55 53 0 1 355 141 115
Binary 10001010 10001111 11111101 101101 101011 0 1 11101101 1100001 1001101

Color Harmonies of #8A8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8FFD

Black with #8A8FFD

Text Example


Text Example

White with #8A8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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