Html Css Color HEX #9689F9 Light Slate Blue

📋 copy color: '#9689F9'

red 150 ◦ green 137 ◦ blue 249

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

Shades of Light Slate Blue #9689F9

Tints of Light Slate Blue #9689F9

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.56%

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

R = 27.99%
G = 25.56%
B = 46.46%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9689F9 (or 0x9689F9) is known color: Light Slate Blue. HEX triplet: 96, 89 and F9. RGB value is (150,137,249). Sum of RGB (Red+Green+Blue) = 150+137+249=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #9689F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9689F9 is #697606. Grayscale: #999999. Windows color (decimal): -6911495 or 16353686. OLE color: 16353686.

HSL color Cylindrical-coordinate representation of color #9689F9: hue angle of 246.96º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9689F9 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 137 249 -
CMYK 0.40 0.45 0 0.02
HSL 246.96º 0.9% 0.76% -
HSV(B) 246.96º 0.45% 0.98% -
XYZ 38.62 31.21 93.61 -
YUV 153.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 150 137 249 0.40 0.45 0 0.02 246.96 0.9 0.76
Hex 96 89 F9 28 2D 0 2 F7 5A 4C
Octal 226 211 371 50 55 0 2 367 132 114
Binary 10010110 10001001 11111001 101000 101101 0 10 11110111 1011010 1001100

Color Harmonies of #9689F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9689F9

Black with #9689F9

Text Example


Text Example

White with #9689F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,137,249); }

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

background-color css

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

 a { background-color: rgb(150,137,249); }

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

border-color css

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

 span { border-color: rgb(150,137,249); }

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