Html Css Color HEX #9486F9 Light Slate Blue

📋 copy color: '#9486F9'

red 148 ◦ green 134 ◦ blue 249

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

Shades of Light Slate Blue #9486F9

Tints of Light Slate Blue #9486F9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.24%

 BLUE value IS 249 (97.66% from 255) = 46.89%

R = 27.87%
G = 25.24%
B = 46.89%

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

#9486F9 (or 0x9486F9) is known color: Light Slate Blue. HEX triplet: 94, 86 and F9. RGB value is (148,134,249). Sum of RGB (Red+Green+Blue) = 148+134+249=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #9486F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9486F9 is #6B7906. Grayscale: #969696. Windows color (decimal): -7043335 or 16352916. OLE color: 16352916.

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

Color convert

RGB 148 134 249 -
CMYK 0.41 0.46 0 0.02
HSL 247.3º 0.91% 0.75% -
HSV(B) 247.3º 0.46% 0.98% -
XYZ 37.84 30.19 93.45 -
YUV 151.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 148 134 249 0.41 0.46 0 0.02 247.3 0.91 0.75
Hex 94 86 F9 29 2E 0 2 F7 5B 4B
Octal 224 206 371 51 56 0 2 367 133 113
Binary 10010100 10000110 11111001 101001 101110 0 10 11110111 1011011 1001011

Color Harmonies of #9486F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9486F9

Black with #9486F9

Text Example


Text Example

White with #9486F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9486F9; }

 p { color: rgb(148,134,249); }

 H1.HeaderClassName
 {
   color: #9486F9;
 }
 .AnyTagClassName
 {
   color: #9486F9;
 }
</style>

background-color css

<style>
 a { background-color: #9486F9; }

 a { background-color: rgb(148,134,249); }

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

border-color css

<style>
 span { border-color: #9486F9; }

 span { border-color: rgb(148,134,249); }

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