Html Css Color HEX #9686FA Light Slate Blue

📋 copy color: '#9686FA'

red 150 ◦ green 134 ◦ blue 250

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

Shades of Light Slate Blue #9686FA

Tints of Light Slate Blue #9686FA

RGB

 RED value IS 150 (58.98% from 255) = 28.09%

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

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

R = 28.09%
G = 25.09%
B = 46.82%

CMYK

 C value IS 0.4

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9686FA (or 0x9686FA) is known color: Light Slate Blue. HEX triplet: 96, 86 and FA. RGB value is (150,134,250). Sum of RGB (Red+Green+Blue) = 150+134+250=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #9686FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9686FA is #697905. Grayscale: #979797. Windows color (decimal): -6912262 or 16418454. OLE color: 16418454.

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

Color convert

RGB 150 134 250 -
CMYK 0.4 0.46 0 0.02
HSL 248.28º 0.92% 0.75% -
HSV(B) 248.28º 0.46% 0.98% -
XYZ 38.36 30.44 94.3 -
YUV 152.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 150 134 250 0.4 0.46 0 0.02 248.28 0.92 0.75
Hex 96 86 FA 28 2E 0 2 F8 5C 4B
Octal 226 206 372 50 56 0 2 370 134 113
Binary 10010110 10000110 11111010 101000 101110 0 10 11111000 1011100 1001011

Color Harmonies of #9686FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686FA

Black with #9686FA

Text Example


Text Example

White with #9686FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,134,250); }

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

background-color css

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

 a { background-color: rgb(150,134,250); }

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

border-color css

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

 span { border-color: rgb(150,134,250); }

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