Html Css Color HEX #8590FE Light Slate Blue

📋 copy color: '#8590FE'

red 133 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #8590FE

Tints of Light Slate Blue #8590FE

RGB

 RED value IS 133 (52.34% from 255) = 25.05%

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

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

R = 25.05%
G = 27.12%
B = 47.83%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8590FE (or 0x8590FE) is known color: Light Slate Blue. HEX triplet: 85, 90 and FE. RGB value is (133,144,254). Sum of RGB (Red+Green+Blue) = 133+144+254=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #8590FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8590FE is #7A6F01. Grayscale: #989898. Windows color (decimal): -8023810 or 16683141. OLE color: 16683141.

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

Color convert

RGB 133 144 254 -
CMYK 0.48 0.43 0 0.00
HSL 234.55º 0.98% 0.76% -
HSV(B) 234.55º 0.48% 1% -
XYZ 37.54 32.09 97.98 -
YUV 153.25 184.86 113.56 -
System Red Green Blue C M Y K H S L
Decimal 133 144 254 0.48 0.43 0 0.00 234.55 0.98 0.76
Hex 85 90 FE 30 2B 0 0 EB 62 4C
Octal 205 220 376 60 53 0 0 353 142 114
Binary 10000101 10010000 11111110 110000 101011 0 0 11101011 1100010 1001100

Color Harmonies of #8590FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8590FE

Black with #8590FE

Text Example


Text Example

White with #8590FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8590FE; }

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

 H1.HeaderClassName
 {
   color: #8590FE;
 }
 .AnyTagClassName
 {
   color: #8590FE;
 }
</style>

background-color css

<style>
 a { background-color: #8590FE; }

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

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

border-color css

<style>
 span { border-color: #8590FE; }

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

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