Html Css Color HEX #9087FA Light Slate Blue

📋 copy color: '#9087FA'

red 144 ◦ green 135 ◦ blue 250

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

Shades of Light Slate Blue #9087FA

Tints of Light Slate Blue #9087FA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.52%

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

R = 27.22%
G = 25.52%
B = 47.26%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9087FA (or 0x9087FA) is known color: Light Slate Blue. HEX triplet: 90, 87 and FA. RGB value is (144,135,250). Sum of RGB (Red+Green+Blue) = 144+135+250=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #9087FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9087FA is #6F7805. Grayscale: #969696. Windows color (decimal): -7305222 or 16418704. OLE color: 16418704.

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

Color convert

RGB 144 135 250 -
CMYK 0.42 0.46 0 0.02
HSL 244.7º 0.92% 0.75% -
HSV(B) 244.7º 0.46% 0.98% -
XYZ 37.42 30.16 94.29 -
YUV 150.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 144 135 250 0.42 0.46 0 0.02 244.7 0.92 0.75
Hex 90 87 FA 2A 2E 0 2 F5 5C 4B
Octal 220 207 372 52 56 0 2 365 134 113
Binary 10010000 10000111 11111010 101010 101110 0 10 11110101 1011100 1001011

Color Harmonies of #9087FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9087FA

Black with #9087FA

Text Example


Text Example

White with #9087FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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