Html Css Color HEX #9085F8 Light Slate Blue

📋 copy color: '#9085F8'

red 144 ◦ green 133 ◦ blue 248

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

Shades of Light Slate Blue #9085F8

Tints of Light Slate Blue #9085F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.24%

R = 27.43%
G = 25.33%
B = 47.24%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9085F8 (or 0x9085F8) is known color: Light Slate Blue. HEX triplet: 90, 85 and F8. RGB value is (144,133,248). Sum of RGB (Red+Green+Blue) = 144+133+248=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #9085F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9085F8 is #6F7A07. Grayscale: #949494. Windows color (decimal): -7305736 or 16287120. OLE color: 16287120.

HSL color Cylindrical-coordinate representation of color #9085F8: hue angle of 245.74º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9085F8 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 144 133 248 -
CMYK 0.42 0.46 0 0.03
HSL 245.74º 0.89% 0.75% -
HSV(B) 245.74º 0.46% 0.97% -
XYZ 36.83 29.48 92.56 -
YUV 149.4 183.64 124.15 -
System Red Green Blue C M Y K H S L
Decimal 144 133 248 0.42 0.46 0 0.03 245.74 0.89 0.75
Hex 90 85 F8 2A 2E 0 3 F6 59 4B
Octal 220 205 370 52 56 0 3 366 131 113
Binary 10010000 10000101 11111000 101010 101110 0 11 11110110 1011001 1001011

Color Harmonies of #9085F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9085F8

Black with #9085F8

Text Example


Text Example

White with #9085F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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