Html Css Color HEX #9085FA Light Slate Blue

📋 copy color: '#9085FA'

red 144 ◦ green 133 ◦ blue 250

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

Shades of Light Slate Blue #9085FA

Tints of Light Slate Blue #9085FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 27.32%
G = 25.24%
B = 47.44%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9085FA (or 0x9085FA) is known color: Light Slate Blue. HEX triplet: 90, 85 and FA. RGB value is (144,133,250). Sum of RGB (Red+Green+Blue) = 144+133+250=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #9085FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9085FA is #6F7A05. Grayscale: #959595. Windows color (decimal): -7305734 or 16418192. OLE color: 16418192.

HSL color Cylindrical-coordinate representation of color #9085FA: hue angle of 245.64º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9085FA is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 133 250 -
CMYK 0.42 0.47 0 0.02
HSL 245.64º 0.92% 0.75% -
HSV(B) 245.64º 0.47% 0.98% -
XYZ 37.14 29.61 94.2 -
YUV 149.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 144 133 250 0.42 0.47 0 0.02 245.64 0.92 0.75
Hex 90 85 FA 2A 2F 0 2 F6 5C 4B
Octal 220 205 372 52 57 0 2 366 134 113
Binary 10010000 10000101 11111010 101010 101111 0 10 11110110 1011100 1001011

Color Harmonies of #9085FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9085FA

Black with #9085FA

Text Example


Text Example

White with #9085FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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