Html Css Color HEX #9085F1 Light Slate Blue

📋 copy color: '#9085F1'

red 144 ◦ green 133 ◦ blue 241

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

Shades of Light Slate Blue #9085F1

Tints of Light Slate Blue #9085F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 27.8%
G = 25.68%
B = 46.53%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9085F1 (or 0x9085F1) is known color: Light Slate Blue. HEX triplet: 90, 85 and F1. RGB value is (144,133,241). Sum of RGB (Red+Green+Blue) = 144+133+241=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #9085F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9085F1 is #6F7A0E. Grayscale: #949494. Windows color (decimal): -7305743 or 15828368. OLE color: 15828368.

HSL color Cylindrical-coordinate representation of color #9085F1: hue angle of 246.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9085F1 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 133 241 -
CMYK 0.40 0.45 0 0.05
HSL 246.11º 0.79% 0.73% -
HSV(B) 246.11º 0.45% 0.95% -
XYZ 35.77 29.06 86.94 -
YUV 148.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 144 133 241 0.40 0.45 0 0.05 246.11 0.79 0.73
Hex 90 85 F1 28 2D 0 5 F6 4F 49
Octal 220 205 361 50 55 0 5 366 117 111
Binary 10010000 10000101 11110001 101000 101101 0 101 11110110 1001111 1001001

Color Harmonies of #9085F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9085F1

Black with #9085F1

Text Example


Text Example

White with #9085F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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