Html Css Color HEX #9085FE Light Slate Blue

📋 copy color: '#9085FE'

red 144 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #9085FE

Tints of Light Slate Blue #9085FE

RGB

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

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

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

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

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9085FE (or 0x9085FE) is known color: Light Slate Blue. HEX triplet: 90, 85 and FE. RGB value is (144,133,254). Sum of RGB (Red+Green+Blue) = 144+133+254=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 133 (52.34% from 255 or 25.05% 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 #9085FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9085FE is #6F7A01. Grayscale: #959595. Windows color (decimal): -7305730 or 16680336. OLE color: 16680336.

HSL color Cylindrical-coordinate representation of color #9085FE: hue angle of 245.45º 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 #9085FE is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 133 254 -
CMYK 0.43 0.48 0 0.00
HSL 245.45º 0.98% 0.76% -
HSV(B) 245.45º 0.48% 1% -
XYZ 37.78 29.86 97.54 -
YUV 150.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 144 133 254 0.43 0.48 0 0.00 245.45 0.98 0.76
Hex 90 85 FE 2B 30 0 0 F5 62 4C
Octal 220 205 376 53 60 0 0 365 142 114
Binary 10010000 10000101 11111110 101011 110000 0 0 11110101 1100010 1001100

Color Harmonies of #9085FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9085FE

Black with #9085FE

Text Example


Text Example

White with #9085FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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