Html Css Color HEX #9086FD Light Slate Blue

📋 copy color: '#9086FD'

red 144 ◦ green 134 ◦ blue 253

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

Shades of Light Slate Blue #9086FD

Tints of Light Slate Blue #9086FD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.24%

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

R = 27.12%
G = 25.24%
B = 47.65%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9086FD (or 0x9086FD) is known color: Light Slate Blue. HEX triplet: 90, 86 and FD. RGB value is (144,134,253). Sum of RGB (Red+Green+Blue) = 144+134+253=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #9086FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9086FD is #6F7902. Grayscale: #969696. Windows color (decimal): -7305475 or 16615056. OLE color: 16615056.

HSL color Cylindrical-coordinate representation of color #9086FD: hue angle of 245.04º 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 #9086FD is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 134 253 -
CMYK 0.43 0.47 0 0.01
HSL 245.04º 0.97% 0.76% -
HSV(B) 245.04º 0.47% 0.99% -
XYZ 37.76 30.07 96.74 -
YUV 150.56 185.81 123.32 -
System Red Green Blue C M Y K H S L
Decimal 144 134 253 0.43 0.47 0 0.01 245.04 0.97 0.76
Hex 90 86 FD 2B 2F 0 1 F5 61 4C
Octal 220 206 375 53 57 0 1 365 141 114
Binary 10010000 10000110 11111101 101011 101111 0 1 11110101 1100001 1001100

Color Harmonies of #9086FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9086FD

Black with #9086FD

Text Example


Text Example

White with #9086FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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