Html Css Color HEX #8490FF Light Slate Blue

📋 copy color: '#8490FF'

red 132 ◦ green 144 ◦ blue 255

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

Shades of Light Slate Blue #8490FF

Tints of Light Slate Blue #8490FF

RGB

 RED value IS 132 (51.95% from 255) = 24.86%

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

 BLUE value IS 255 (100% from 255) = 48.02%

R = 24.86%
G = 27.12%
B = 48.02%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8490FF (or 0x8490FF) is known color: Light Slate Blue. HEX triplet: 84, 90 and FF. RGB value is (132,144,255). Sum of RGB (Red+Green+Blue) = 132+144+255=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #8490FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8490FF is #7B6F00. Grayscale: #989898. Windows color (decimal): -8089345 or 16748676. OLE color: 16748676.

HSL color Cylindrical-coordinate representation of color #8490FF: hue angle of 234.15º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8490FF is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 144 255 -
CMYK 0.48 0.44 0 0
HSL 234.15º 1% 0.76% -
HSV(B) 234.15º 0.48% 1% -
XYZ 37.54 32.07 98.82 -
YUV 153.07 185.52 112.97 -
System Red Green Blue C M Y K H S L
Decimal 132 144 255 0.48 0.44 0 0 234.15 1 0.76
Hex 84 90 FF 30 2C 0 0 EA 64 4C
Octal 204 220 377 60 54 0 0 352 144 114
Binary 10000100 10010000 11111111 110000 101100 0 0 11101010 1100100 1001100

Color Harmonies of #8490FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8490FF

Black with #8490FF

Text Example


Text Example

White with #8490FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8490FF; }

 p { color: rgb(132,144,255); }

 H1.HeaderClassName
 {
   color: #8490FF;
 }
 .AnyTagClassName
 {
   color: #8490FF;
 }
</style>

background-color css

<style>
 a { background-color: #8490FF; }

 a { background-color: rgb(132,144,255); }

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

border-color css

<style>
 span { border-color: #8490FF; }

 span { border-color: rgb(132,144,255); }

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