Html Css Color HEX #9689FA Light Slate Blue

📋 copy color: '#9689FA'

red 150 ◦ green 137 ◦ blue 250

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

Shades of Light Slate Blue #9689FA

Tints of Light Slate Blue #9689FA

RGB

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

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

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

R = 27.93%
G = 25.51%
B = 46.55%

CMYK

 C value IS 0.4

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9689FA (or 0x9689FA) is known color: Light Slate Blue. HEX triplet: 96, 89 and FA. RGB value is (150,137,250). Sum of RGB (Red+Green+Blue) = 150+137+250=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #9689FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9689FA is #697605. Grayscale: #999999. Windows color (decimal): -6911494 or 16419222. OLE color: 16419222.

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

Color convert

RGB 150 137 250 -
CMYK 0.4 0.45 0 0.02
HSL 246.9º 0.92% 0.76% -
HSV(B) 246.9º 0.45% 0.98% -
XYZ 38.78 31.28 94.44 -
YUV 153.77 182.31 125.31 -
System Red Green Blue C M Y K H S L
Decimal 150 137 250 0.4 0.45 0 0.02 246.9 0.92 0.76
Hex 96 89 FA 28 2D 0 2 F7 5C 4C
Octal 226 211 372 50 55 0 2 367 134 114
Binary 10010110 10001001 11111010 101000 101101 0 10 11110111 1011100 1001100

Color Harmonies of #9689FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9689FA

Black with #9689FA

Text Example


Text Example

White with #9689FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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