Html Css Color HEX #9487FA Light Slate Blue

📋 copy color: '#9487FA'

red 148 ◦ green 135 ◦ blue 250

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

Shades of Light Slate Blue #9487FA

Tints of Light Slate Blue #9487FA

RGB

 RED value IS 148 (58.2% from 255) = 27.77%

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

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

R = 27.77%
G = 25.33%
B = 46.9%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9487FA (or 0x9487FA) is known color: Light Slate Blue. HEX triplet: 94, 87 and FA. RGB value is (148,135,250). Sum of RGB (Red+Green+Blue) = 148+135+250=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #9487FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9487FA is #6B7805. Grayscale: #979797. Windows color (decimal): -7043078 or 16418708. OLE color: 16418708.

HSL color Cylindrical-coordinate representation of color #9487FA: hue angle of 246.78º 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 #9487FA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 135 250 -
CMYK 0.41 0.46 0 0.02
HSL 246.78º 0.92% 0.75% -
HSV(B) 246.78º 0.46% 0.98% -
XYZ 38.13 30.53 94.32 -
YUV 152 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 148 135 250 0.41 0.46 0 0.02 246.78 0.92 0.75
Hex 94 87 FA 29 2E 0 2 F7 5C 4B
Octal 224 207 372 51 56 0 2 367 134 113
Binary 10010100 10000111 11111010 101001 101110 0 10 11110111 1011100 1001011

Color Harmonies of #9487FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9487FA

Black with #9487FA

Text Example


Text Example

White with #9487FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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