Html Css Color HEX #9085FD Light Slate Blue

📋 copy color: '#9085FD'

red 144 ◦ green 133 ◦ blue 253

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

Shades of Light Slate Blue #9085FD

Tints of Light Slate Blue #9085FD

RGB

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

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

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

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

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

#9085FD (or 0x9085FD) is known color: Light Slate Blue. HEX triplet: 90, 85 and FD. RGB value is (144,133,253). Sum of RGB (Red+Green+Blue) = 144+133+253=530 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.17% from 530); Green value is 133 (52.34% from 255 or 25.09% 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 #9085FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9085FD is #6F7A02. Grayscale: #959595. Windows color (decimal): -7305731 or 16614800. OLE color: 16614800.

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

Color convert

RGB 144 133 253 -
CMYK 0.43 0.47 0 0.01
HSL 245.5º 0.97% 0.76% -
HSV(B) 245.5º 0.47% 0.99% -
XYZ 37.62 29.8 96.7 -
YUV 149.97 186.14 123.74 -
System Red Green Blue C M Y K H S L
Decimal 144 133 253 0.43 0.47 0 0.01 245.5 0.97 0.76
Hex 90 85 FD 2B 2F 0 1 F6 61 4C
Octal 220 205 375 53 57 0 1 366 141 114
Binary 10010000 10000101 11111101 101011 101111 0 1 11110110 1100001 1001100

Color Harmonies of #9085FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9085FD

Black with #9085FD

Text Example


Text Example

White with #9085FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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