Html Css Color HEX #8590FD Light Slate Blue

📋 copy color: '#8590FD'

red 133 ◦ green 144 ◦ blue 253

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

Shades of Light Slate Blue #8590FD

Tints of Light Slate Blue #8590FD

RGB

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

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

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

R = 25.09%
G = 27.17%
B = 47.74%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8590FD (or 0x8590FD) is known color: Light Slate Blue. HEX triplet: 85, 90 and FD. RGB value is (133,144,253). Sum of RGB (Red+Green+Blue) = 133+144+253=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #8590FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8590FD is #7A6F02. Grayscale: #989898. Windows color (decimal): -8023811 or 16617605. OLE color: 16617605.

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

Color convert

RGB 133 144 253 -
CMYK 0.47 0.43 0 0.01
HSL 234.5º 0.97% 0.76% -
HSV(B) 234.5º 0.47% 0.99% -
XYZ 37.38 32.02 97.14 -
YUV 153.14 184.36 113.64 -
System Red Green Blue C M Y K H S L
Decimal 133 144 253 0.47 0.43 0 0.01 234.5 0.97 0.76
Hex 85 90 FD 2F 2B 0 1 EA 61 4C
Octal 205 220 375 57 53 0 1 352 141 114
Binary 10000101 10010000 11111101 101111 101011 0 1 11101010 1100001 1001100

Color Harmonies of #8590FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8590FD

Black with #8590FD

Text Example


Text Example

White with #8590FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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