Html Css Color HEX #9087FC Light Slate Blue

📋 copy color: '#9087FC'

red 144 ◦ green 135 ◦ blue 252

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

Shades of Light Slate Blue #9087FC

Tints of Light Slate Blue #9087FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 27.12%
G = 25.42%
B = 47.46%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9087FC (or 0x9087FC) is known color: Light Slate Blue. HEX triplet: 90, 87 and FC. RGB value is (144,135,252). Sum of RGB (Red+Green+Blue) = 144+135+252=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #9087FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9087FC is #6F7803. Grayscale: #969696. Windows color (decimal): -7305220 or 16549776. OLE color: 16549776.

HSL color Cylindrical-coordinate representation of color #9087FC: hue angle of 244.62º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9087FC is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 135 252 -
CMYK 0.43 0.46 0 0.01
HSL 244.62º 0.95% 0.76% -
HSV(B) 244.62º 0.46% 0.99% -
XYZ 37.74 30.29 95.95 -
YUV 151.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 144 135 252 0.43 0.46 0 0.01 244.62 0.95 0.76
Hex 90 87 FC 2B 2E 0 1 F5 5F 4C
Octal 220 207 374 53 56 0 1 365 137 114
Binary 10010000 10000111 11111100 101011 101110 0 1 11110101 1011111 1001100

Color Harmonies of #9087FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9087FC

Black with #9087FC

Text Example


Text Example

White with #9087FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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