Html Css Color HEX #8A90FE Light Slate Blue

📋 copy color: '#8A90FE'

red 138 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #8A90FE

Tints of Light Slate Blue #8A90FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.87%

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 25.75%
G = 26.87%
B = 47.39%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8A90FE (or 0x8A90FE) is known color: Light Slate Blue. HEX triplet: 8A, 90 and FE. RGB value is (138,144,254). Sum of RGB (Red+Green+Blue) = 138+144+254=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A90FE is #756F01. Grayscale: #9A9A9A. Windows color (decimal): -7696130 or 16683146. OLE color: 16683146.

HSL color Cylindrical-coordinate representation of color #8A90FE: hue angle of 236.9º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A90FE is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 144 254 -
CMYK 0.46 0.43 0 0.00
HSL 236.9º 0.98% 0.77% -
HSV(B) 236.9º 0.46% 1% -
XYZ 38.34 32.51 98.02 -
YUV 154.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 138 144 254 0.46 0.43 0 0.00 236.9 0.98 0.77
Hex 8A 90 FE 2E 2B 0 0 ED 62 4D
Octal 212 220 376 56 53 0 0 355 142 115
Binary 10001010 10010000 11111110 101110 101011 0 0 11101101 1100010 1001101

Color Harmonies of #8A90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A90FE

Black with #8A90FE

Text Example


Text Example

White with #8A90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,144,254); }

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

background-color css

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

 a { background-color: rgb(138,144,254); }

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

border-color css

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

 span { border-color: rgb(138,144,254); }

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